summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-03 23:47:58 +0000
committerMatt Wilson <msw@redhat.com>1999-09-03 23:47:58 +0000
commitb05d1921471864168e38ad10d63bb321cb4f5b44 (patch)
treeac6a6b970729158a5a056036693d265c36a20f1c
parent147f49f4a6dddedbb87d428323a06fe96236afc8 (diff)
downloadanaconda-b05d1921471864168e38ad10d63bb321cb4f5b44.tar.gz
anaconda-b05d1921471864168e38ad10d63bb321cb4f5b44.tar.xz
anaconda-b05d1921471864168e38ad10d63bb321cb4f5b44.zip
fix ftp/http/hd
-rwxr-xr-xanaconda-stub5
-rwxr-xr-xupd-instroot2
2 files changed, 4 insertions, 3 deletions
diff --git a/anaconda-stub b/anaconda-stub
index 870700608..665c485f6 100755
--- a/anaconda-stub
+++ b/anaconda-stub
@@ -19,8 +19,9 @@ cd /usr/bin
rm python1.5.cgz
ln -s /tmp/python1.5 /usr/bin/python1.5
-uncpio < /usr/X11R6.cgz
-ln -s /tmp/X11R6 /usr/X11R6
+cd /usr
+uncpio < X11R6.cgz
+rm X11R6.cgz
cd /usr/lib
for n in *.cgz; do
diff --git a/upd-instroot b/upd-instroot
index e4d0e32d7..ffa5c7d2f 100755
--- a/upd-instroot
+++ b/upd-instroot
@@ -257,7 +257,7 @@ ln -s /tmp $DESTGR/usr/X11R6/lib/X11/xkb/compiled
libpthread* libss* libtermcap* libuuid* \
cd $DEST/usr
- echo X11R6 | cpio --quiet -H crc -o | \
+ find X11R6 | cpio --quiet -H crc -o | \
gzip -9 > X11R6.cgz
rm -rf X11R6