1
0
forked from ports/opt

libusb: call ldconfig with full path to allow build with fakeroot, thanks Matt

This commit is contained in:
Juergen Daubert 2006-01-13 18:08:33 +00:00
parent 9f365651aa
commit 50fc1d0970

View File

@ -22,5 +22,5 @@ build () {
mv $file $PKG/lib/
ln -sf ../../lib/${file##*/} $PKG/usr/lib/${file##*/}
done
ldconfig -nN $PKG/lib
/sbin/ldconfig -nN $PKG/lib
}