Make pbunzip2/pbzcat symlinks relative
Bug #1402154 reported by
Evangelos Foutras
on 2014-12-13
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| pbzip2 |
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)
ln -s -f pbzip2 $(PREFIX)
Yavor Nikolov (yavor-nikolov)
on 2014-12-13
Changed in pbzip2: | |
milestone: | none → 1.1.12 |
status: | New → In Progress |
importance: | Undecided → Low |
assignee: | nobody → Yavor Nikolov (yavor-nikolov) |
Yavor Nikolov (yavor-nikolov)
on 2014-12-13
Changed in pbzip2: | |
status: | In Progress → Fix Committed |
Yavor Nikolov (yavor-nikolov)
on 2014-12-21
Changed in pbzip2: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.