summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-12-18 16:06:16 +0000
committerMike Fulbright <msf@redhat.com>2000-12-18 16:06:16 +0000
commit15112a645690142878833787d8364385871b0dbf (patch)
treed081c00aed3377cf0dd7d18ccf36fe20f6397aa8 /scripts
parentb15fa1171da325bc2c2d5de128465543a7ee43ca (diff)
downloadanaconda-15112a645690142878833787d8364385871b0dbf.tar.gz
anaconda-15112a645690142878833787d8364385871b0dbf.tar.xz
anaconda-15112a645690142878833787d8364385871b0dbf.zip
HJ patch.57 - The .la and .so files are unused.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 65795180f..fd870c5ee 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -558,6 +558,10 @@ for p in $DEST $DESTGR; do
rm -rf $p/boot $p/home $p/root $p/tmp
find $p -name "*.a" | grep -v "usr/X11R6/lib/modules" | xargs rm -rf
+ find $p -name "lib*.la" | xargs rm -rf
+ for f in newt popt rpm rpmio; do
+ rm -f $p/usr/lib/lib$f.so
+ done
(cd /usr/share/zoneinfo; find . -type f -or -type l |
grep '^./[A-Z]' | sort | sed 's/^..//' |