Fixed bug: Wrapper script looses all command line options (from Josef Spillner).
This commit is contained in:
parent
5ed49192ec
commit
3db19a5dfc
2 changed files with 6 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -436,7 +436,7 @@ install-freecraft:
|
|||
install -m 755 freecraft $(PREFIX)/lib/games/freecraft
|
||||
cp -R data $(PREFIX)/lib/games/freecraft
|
||||
echo "$(PREFIX)/lib/games/freecraft/freecraft \
|
||||
-d $(PREFIX)/lib/games/freecraft/data | tee /var/lib/games/freecraft.log" \
|
||||
-d $(PREFIX)/lib/games/freecraft/data "\$$\@" | tee /var/lib/games/freecraft.log" \
|
||||
>$(PREFIX)/bin/freecraft
|
||||
chmod +x $(PREFIX)/bin/freecraft
|
||||
@echo installation of freecraft complete
|
||||
|
|
|
@ -820,6 +820,11 @@
|
|||
<LI>Added Alt-Buttons: second set of buttons are available on
|
||||
pressed Alt-key.
|
||||
</UL>
|
||||
<P><LI>Version 1.17.1 or 1.18
|
||||
<UL>
|
||||
<LI>Fixed bug: Wrapper script looses all command line options
|
||||
(from Josef Spillner).
|
||||
</UL>
|
||||
</UL>
|
||||
|
||||
<HR>
|
||||
|
|
Loading…
Add table
Reference in a new issue