pedrohas2000 / pingus

Automatically exported from code.google.com/p/pingus
GNU General Public License v3.0
0 stars 0 forks source link

pingus file is not properly created #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
* pingus-0.7.4

When building the archlinux package i've noticed that /bin/pingus file is not 
properly created, the output of the file is the following:

#!/bin/sh\nexec "/usr/bin/pingus.bin" --datadir "/usr/share/pingus"

instead of 

#!/bin/sh
exec "/usr/bin/pingus.bin" --datadir "/usr/share/pingus"

The fix:
Makefile, line 42, use 'echo -e' instead of 'echo'

Original issue reported on code.google.com by Lordhea...@gmail.com on 11 Oct 2011 at 7:51

GoogleCodeExporter commented 9 years ago
This issue was closed by revision cf0a645affbb.

Original comment by grum...@gmail.com on 11 Oct 2011 at 9:30