mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-07-04 17:16:29 +02:00
games-emulation/sdlmame: removed current directory from ini options
This commit is contained in:
@@ -104,7 +104,7 @@ src_prepare() {
|
||||
src_compile() {
|
||||
local targetargs
|
||||
local qtdebug=$(usex debug 1 0)
|
||||
local ini_path=".;${USER_INI_PATH};${SYS_INI_PATH}"
|
||||
local ini_path="${USER_INI_PATH};${SYS_INI_PATH}"
|
||||
|
||||
# hack to replace shitty lua escape quotation
|
||||
sed -i \
|
||||
|
||||
Reference in New Issue
Block a user