forked from hasufell/hasufell-repository
games-roguelike/FTL: small fix in start script
This commit is contained in:
parent
bf60f10ce1
commit
9bdf2eadce
@ -85,7 +85,7 @@ export LD_LIBRARY_PATH="\${LD_LIBRARY_PATH}:/opt/FTL/lib"
|
||||
else
|
||||
export LD_LIBRARY_PATH="/opt/FTL/lib"
|
||||
fi
|
||||
exec /opt/FTL/bin/FTL "$@"
|
||||
exec /opt/FTL/bin/FTL "\$@"
|
||||
EOF
|
||||
|
||||
install_desktop_entry "Name=Faster Than Light" \
|
Loading…
Reference in New Issue
Block a user