pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] [pingus] push by address@hidden - Added missing "$@" to the


From: pingus
Subject: [Pingus-CVS] [pingus] push by address@hidden - Added missing "$@" to the generated pingus start script on 2013-07-25 19:21 GMT
Date: Thu, 25 Jul 2013 19:22:15 +0000

Revision: 00eec3d09e6a
Author:   Ingo Ruhnke <address@hidden>
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)\" \"address@hidden""
"$(DESTDIR)$(BINDIR)/pingus"
        chmod 755 "$(DESTDIR)$(BINDIR)/pingus"

 install-data:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]