Opened 12 years ago

Closed 12 years ago

#2976 closed task (fixed)

Coreutils libexecdir

Reported by: chris@… Owned by: lfs-book@…
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}.

Change History (1)

comment:1 by Matthew Burgess, 12 years ago

Resolution: fixed
Status: newclosed

Thanks for the report, Chris. I've assumed that pkglibexecdir will be used consistently, so just changed the argument to --libexecdir. Fixed in r9686.

Note: See TracTickets for help on using tickets.