mirror of
git://slackware.nl/current.git
synced 2025-01-03 23:03:22 +01:00
5 lines
221 B
Text
5 lines
221 B
Text
|
mkdir -p $PKG/var/log/setup
|
||
|
cp -a $CWD/post-install/mkfontdir/setup.04.mkfontdir $PKG/var/log/setup/setup.04.mkfontdir
|
||
|
chown root:root $PKG/var/log/setup/setup.04.mkfontdir
|
||
|
chmod 755 $PKG/var/log/setup/setup.04.mkfontdir
|