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
Original issue reported on code.google.com by
nemysisbsd
on 11 Dec 2014 at 5:22Attachments: