Opened 9 years ago
Closed 6 years ago
#246 closed defect (fixed)
rpm: Fix symlinks to executables
| Reported by: | dmik | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | rpm | Version: | |
| Severity: | medium | Keywords: | |
| Cc: |
Description
There are many broken symlinks (e.g. /@unixroot/usr/bin/rpmquery, /@unixroot/usr/lib/rpm/rpmdb_archive etc). These symlinks point to executables but lack .exe in the link's target, see http://trac.netlabs.org/ports/ticket/151 for more details
Note that some links, besides lacking .exe in targets, also refer to a /@unixroot/bin/ (via ../../bin like in case of /@unixroot/usr/bin/rpmquery) but /@unixroot/bin is dropped long ago so they should be fixed to point to /@unixroot/usr/bin instead (in this case it should be ../../usr/bin).
Note:
See TracTickets
for help on using tickets.

fixed in the latest rpm