Revision: 00eec3d09e6a
Author:   Ingo Ruhnke <grum...@gmail.com>
Date:     Thu Jul 25 12:17:56 2013
Log:      Added missing "$@" to the generated pingus start script

http://code.google.com/p/pingus/source/detail?r=00eec3d09e6a

Modified:
 /Makefile

=======================================
--- /Makefile   Sat Oct 15 07:01:33 2011
+++ /Makefile   Thu Jul 25 12:17:56 2013
@@ -39,7 +39,8 @@
        install -d "$(DESTDIR)$(BINDIR)"

        install -D build/pingus "$(DESTDIR)$(BINDIR)/pingus.bin"
- echo -e "#!/bin/sh\nexec \"$(BINDIR)/pingus.bin\" --datadir \"$(DATADIR)\"" > "$(DESTDIR)$(BINDIR)/pingus"
+       echo "#!/bin/sh" > "$(DESTDIR)$(BINDIR)/pingus"
+ echo "exec \"$(BINDIR)/pingus.bin\" --datadir \"$(DATADIR)\" \"\$$@\""
"$(DESTDIR)$(BINDIR)/pingus"
        chmod 755 "$(DESTDIR)$(BINDIR)/pingus"

 install-data:

_______________________________________________
pingus-cvs mailing list
pingus-cvs@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pingus-cvs

Reply via email to