http://blfs-bugs.linuxfromscratch.org/show_bug.cgi?id=1793
Summary: PKG_CONFIG_PATH not set in extrascripts.sh
Product: Beyond LinuxFromScratch
Version: ~CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: BOOK
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
The command to find extra PKG_CONFIG paths in /etc/profile.d/extrascripts.sh
does not function correctly and errors out with a find usage error. I have
changed mine to be
for directory in $(find / -name pkgconfig -type d 2>/dev/null); do
pathappend $directory PKG_CONFIG_PATH
done
for directory in $(find / -name bin -type d 2>/dev/null); do
pathappend $directory
done
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page