mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
9 lines
275 B
Text
9 lines
275 B
Text
|
# The fonts really should go in /usr/share/fonts:
|
||
|
mkdir -p $PKG/usr/share
|
||
|
mv $PKG/usr/lib/X11/fonts $PKG/usr/share
|
||
|
# I use this strange sequence so I'll notice if anything else
|
||
|
# pops up in /usr/lib/X11:
|
||
|
rmdir $PKG/usr/lib/X11/fonts
|
||
|
rmdir $PKG/usr/lib/X11
|
||
|
rmdir $PKG/usr/lib
|