Opened 13 years ago
Closed 13 years ago
#2976 closed task (fixed)
Coreutils libexecdir
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 7.1 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
Current Coreutils now puts libstdbuf.so into ${pkglibexecdir}, which is set to ${libexecdir}/[packagename]. As a result, with --libexecdir=/usr/lib/coreutils, we have /usr/lib/coreutils/coreutils/libstdbuf.so. The redundancy can be eliminated by setting --libexecdir to simply /usr/lib. This might cause issues if Coreutils were to install something to ${libexecdir} later on though, so alternately the Makefile (or configure script) could be manually edited to change ${pkglibexecdir}.
Note:
See TracTickets
for help on using tickets.
Thanks for the report, Chris. I've assumed that pkglibexecdir will be used consistently, so just changed the argument to --libexecdir. Fixed in r9686.