summaryrefslogtreecommitdiffstats
path: root/upd-instroot
diff options
context:
space:
mode:
Diffstat (limited to 'upd-instroot')
-rwxr-xr-xupd-instroot9
1 files changed, 7 insertions, 2 deletions
diff --git a/upd-instroot b/upd-instroot
index 4c93ce59e..e4d0e32d7 100755
--- a/upd-instroot
+++ b/upd-instroot
@@ -81,6 +81,8 @@ lib/libe2p*
lib/libext2fs*
lib/libss*
lib/libuuid*
+usr/X11R6/lib/X11/Cards
+usr/X11R6/share/Xconfigurator/MonitorsDB
EOF
KEEPFILEGR=/tmp/keepfilegr.$$
@@ -116,8 +118,6 @@ usr/X11R6/bin/XF86_S3
usr/X11R6/bin/XF86_S3V
usr/X11R6/bin/XF86_FBDev
usr/X11R6/bin/Xtest
-usr/X11R6/lib/X11/Cards
-usr/X11R6/share/Xconfigurator/MonitorsDB
usr/X11R6/lib/X11/fonts/75dpi/cour*
usr/X11R6/lib/X11/fonts/75dpi/helv*
usr/X11R6/lib/X11/fonts/75dpi/tim*
@@ -256,4 +256,9 @@ ln -s /tmp $DESTGR/usr/X11R6/lib/X11/xkb/compiled
rm -f libcom* libcrypt* libdl* libe2p* libext2* libm* libnss* libnsl* \
libpthread* libss* libtermcap* libuuid* \
+ cd $DEST/usr
+ echo X11R6 | cpio --quiet -H crc -o | \
+ gzip -9 > X11R6.cgz
+ rm -rf X11R6
+
cp -a $HOMEDIR/anaconda-stub $DEST/usr/bin/anaconda