mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
6 lines
206 B
Text
6 lines
206 B
Text
|
# 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
|