pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] Issue 91 in pingus: pingus file is not properly created


From: pingus
Subject: [Pingus-CVS] Issue 91 in pingus: pingus file is not properly created
Date: Tue, 11 Oct 2011 19:51:52 +0000

Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 91 by address@hidden: pingus file is not properly created
http://code.google.com/p/pingus/issues/detail?id=91

* 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'




reply via email to

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