mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
8 lines
237 B
Text
8 lines
237 B
Text
|
if [ "$(uname -m)" = "x86_64" ]; then
|
||
|
( cd $PKG/usr/lib/X11/config
|
||
|
zcat $CWD/post-install/xorg-cf-files/x11.tmpl.lib64.kludge.diff.gz | patch -p1 || exit 1
|
||
|
)
|
||
|
fi
|
||
|
# Remove the empty host.def:
|
||
|
rm -f $PKG/usr/lib/X11/config/host.def
|