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 - Use "echo -e" in Makefile


From: pingus
Subject: [Pingus-CVS] [pingus] push by address@hidden - Use "echo -e" in Makefile so that \n is correctly interpreted on all p... on 2011-10-11 21:30 GMT
Date: Tue, 11 Oct 2011 21:37:39 +0000

Revision: cf0a645affbb
Author:   Ingo Ruhnke <address@hidden>
Date:     Tue Oct 11 14:29:56 2011
Log: Use "echo -e" in Makefile so that \n is correctly interpreted on all platforms and /usr/bin/pingus is created properly

Fixes issue 91

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

Modified:
 /Makefile

=======================================
--- /Makefile   Tue Oct  4 06:03:45 2011
+++ /Makefile   Tue Oct 11 14:29:56 2011
@@ -39,7 +39,7 @@
        install -d "$(DESTDIR)$(BINDIR)"

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

 install-data:



reply via email to

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