summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-04-19 19:02:21 +0000
committerErik Troan <ewt@redhat.com>2000-04-19 19:02:21 +0000
commiteeae41d94d9d75dfd71ef6df12825c0f142e1ed7 (patch)
tree5fd864ea18a8fcf455c8d6971c5096098cfb2d36
parentc4ab123e0b9a5a0cac0582b5a4ac88f4b96f8954 (diff)
downloadanaconda-eeae41d94d9d75dfd71ef6df12825c0f142e1ed7.tar.gz
anaconda-eeae41d94d9d75dfd71ef6df12825c0f142e1ed7.tar.xz
anaconda-eeae41d94d9d75dfd71ef6df12825c0f142e1ed7.zip
ugh, that didn't work
-rwxr-xr-xscripts/upd-instroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 3196564af..be392ace0 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -84,6 +84,7 @@ expandPackageSet() {
PACKAGEDIR=$1
+DEST=/tmp/hd-image
if [ -z "$2" ]; then
DESTGR=/tmp/upd-instroot
elif [ -d "$2" ]; then
@@ -92,7 +93,6 @@ else
echo "$2 is not a directory!"
exit 1
fi
-DEST=$DESTGR/hd-image
rm -rf $DEST $DESTGR
mkdir -p $DEST