mirror of
git://slackware.nl/current.git
synced 2025-01-18 22:27:20 +01:00
6 lines
110 B
Text
6 lines
110 B
Text
|
mkdir -p $PKG/etc/X11
|
||
|
( cd $PKG/usr/lib/X11
|
||
|
mv lbxproxy $PKG/etc/X11
|
||
|
ln -sf ../../../etc/X11/lbxproxy .
|
||
|
)
|