diff options
author | Bill Nottingham <notting@redhat.com> | 2007-12-07 12:06:13 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2007-12-07 12:06:13 -0500 |
commit | 7b48feb4df28c9eeeedf23018690c8d01598c795 (patch) | |
tree | 1fa9b0c18f1d2599e68c14c1eee756d1459f320e /scripts/upd-instroot | |
parent | 6e0a69b990414351a1d2c579c27cf670907a044f (diff) | |
download | anaconda-7b48feb4df28c9eeeedf23018690c8d01598c795.tar.gz anaconda-7b48feb4df28c9eeeedf23018690c8d01598c795.tar.xz anaconda-7b48feb4df28c9eeeedf23018690c8d01598c795.zip |
fix typo
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 077891a20..597b4d7f8 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -1173,7 +1173,7 @@ for p in $DEST $DESTGR; do rm -rf $p/boot $p/home $p/root $p/tmp - find $p -name "*.a" | |grep -v kernel-wrapper/wrapper.a | xargs rm -rf + find $p -name "*.a" | grep -v kernel-wrapper/wrapper.a | xargs rm -rf find $p -name "lib*.la" |grep -v "usr/$LIBDIR/gtk-2.0" | xargs rm -rf for f in newt popt rpm rpmio; do rm -f $p/usr/$LIBDIR/lib$f.so |