blob: 7a3fa9751ec49b42ddd5be40b7a735b52a8eb6c9 (
about) (
plain) (
blame)
1
2
3
4
5
|
# These all have the arch specific library path in them, so usr/share is not
# the right place to keep them:
mkdir -p $PKG/usr/lib
mv $PKG/usr/share/pkgconfig $PKG/usr/lib
rmdir $PKG/usr/share 2> /dev/null
|