Fixed bug: Wrapper script looses all command line options (from Josef Spillner).

This commit is contained in:
johns 2002-05-27 13:15:38 +00:00
parent 5ed49192ec
commit 3db19a5dfc
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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>