pedrohas2000 / pingus

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

Changes Makefile and src/pingus/pingus_main.cpp #144

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Pingus not use default installation and look into ".", but install into 
/usr/local/share/pingus
2.
3.

What is the expected output? What do you see instead?

That Pingus use normal Installation
Not is needed wrapper and pingus.bin in Makefile

What version of the product are you using? On what operating system?

Pingus Git, openSUSE

Please provide any additional information below.

This patch fix install into /usr, Permissions and Man Pages, remove wrapper and 
pingus.bin

pingus-0.7.6-Makefile.patch

With this Sed, Pingus load from /usr/share/pingus data

sed -i 's|set_path("data")|set_path("%{_datadir}/%{name}")|' \
    src/pingus/pingus_main.cpp

Original issue reported on code.google.com by nemysisbsd on 11 Dec 2014 at 5:22

Attachments: