Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#326 closed defect (fixed)

updatedb script has LIBEXECDIR defined as /usr/libexec - patch this

Reported by: gerard@… Owned by: gimli@…
Priority: normal Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

Change History (3)

comment:1 by gimli@…, 22 years ago

This is what happens if you have inconsistencies between the make env variables and the make install ones:

make && make libexecdir=/usr/bin install

Change to:

make libexecdir=/usr/bin && make libexecdir=/usr/bin install

fixes this

comment:2 by gimli@…, 22 years ago

Owner: changed from lfs-book@… to marc_heerdink@…
Status: newassigned

comment:3 by gimli@…, 22 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.