diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-02 18:58:02 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-02 18:58:02 +0000 |
commit | ab0422329d17d16548442a2761e4f08f65359250 (patch) | |
tree | 5960e830c9eed376a555dfff7f0c6197a6273753 /scripts/upd-instroot | |
parent | 832641bee6b9ce9c1d39498d42a50bfe7d778445 (diff) | |
download | anaconda-ab0422329d17d16548442a2761e4f08f65359250.tar.gz anaconda-ab0422329d17d16548442a2761e4f08f65359250.tar.xz anaconda-ab0422329d17d16548442a2761e4f08f65359250.zip |
foo
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 4 |
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 |