Make pbunzip2/pbzcat symlinks relative

Bug #1402154 reported by Evangelos Foutras
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pbzip2
Fix Released
Low
Yavor Nikolov

Bug Description

When packaging pbzip2 for redistribution (e.g.: as part of a Linux distro), the 'make install' step is performed using an intermediate directory. The 'pbunzip2' and 'pbzcat' symlinks are created based on the temporary installation path which will render them incorrect when the package is installed on a user's system.

The solution to the above is to use relative symlinks:

ln -s -f pbzip2 $(PREFIX)/bin/pbunzip2
ln -s -f pbzip2 $(PREFIX)/bin/pbzcat

Changed in pbzip2:
milestone: none → 1.1.12
status: New → In Progress
importance: Undecided → Low
assignee: nobody → Yavor Nikolov (yavor-nikolov)
Changed in pbzip2:
status: In Progress → Fix Committed
Changed in pbzip2:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.