Ticket #1012 (closed defect: fixed)
Errror in /usr/bin/updatedb (Package findutils)
| Reported by: | elhennig | Owned by: | spaetz |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Feed packages | Version: | SHR-unstable |
| Keywords: | Cc: |
Description
In /usr/bin/updatedb there is an error in line 88:
sort="/home/shr/shr-unstable/tmp/staging/x86_64-linux/usr/bin/sort"
should be sort="/usr/bin/sort" instead
Change History
comment:2 Changed 23 months ago by Heinervdm
- Status changed from new to closed
- Resolution set to fixed in unstable
comment:3 Changed 23 months ago by spaetz
- Status changed from closed to reopened
- Resolution fixed in unstable deleted
Also ported this into shr-testing
Note: See
TracTickets for help on using
tickets.

Lines 111 and 115 are affected, too