summaryrefslogtreecommitdiffstats
path: root/scripts/upd-instroot
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-02 18:58:02 +0000
committerMatt Wilson <msw@redhat.com>2000-06-02 18:58:02 +0000
commitab0422329d17d16548442a2761e4f08f65359250 (patch)
tree5960e830c9eed376a555dfff7f0c6197a6273753 /scripts/upd-instroot
parent832641bee6b9ce9c1d39498d42a50bfe7d778445 (diff)
downloadanaconda-ab0422329d17d16548442a2761e4f08f65359250.tar.gz
anaconda-ab0422329d17d16548442a2761e4f08f65359250.tar.xz
anaconda-ab0422329d17d16548442a2761e4f08f65359250.zip
foo
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-xscripts/upd-instroot4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 0022d606a..bb07ea733 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -469,7 +469,7 @@ for p in $DEST $DESTGR; do
if [ -x /usr/bin/runroot ]; then
REALPATH=`(cd $p; /bin/pwd)`
- runroot dist-7.0 --arch $ARCH "cd $REALPATH\; usr/lib/anaconda-runtime/scrubtree $REALPATH" > /dev/null
+ runroot dist-7.0 --arch $ARCH "cd $REALPATH\; usr/lib/anaconda-runtime/scrubtree $REALPATH"
else
$p/usr/lib/anaconda-runtime/scrubtree $p
fi
@@ -513,7 +513,7 @@ cd -
echo -n -e "Removing unused python files in hdimage... "
if [ -x /usr/bin/runroot ]; then
REALPATH=`(cd $DEST; /bin/pwd)`
- runroot dist-7.0 --arch $ARCH "cd $REALPATH\; usr/lib/anaconda-runtime/pythondeps $REALPATH" > /dev/null
+ runroot dist-7.0 --arch $ARCH "cd $REALPATH\; usr/lib/anaconda-runtime/pythondeps $REALPATH"
else
$DEST/usr/lib/anaconda-runtime/pythondeps $DEST
fi