summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-01-31 06:04:14 +0000
committerJeremy Katz <katzj@redhat.com>2002-01-31 06:04:14 +0000
commitf8b6f11c844b1c8fc131ae5e6c6b33ed6b4f1825 (patch)
tree491786b1df7563ceb195096268f07f57cabe0baf /scripts
parent079ed7309298ebc2928a7a149bb9b5c23901d439 (diff)
downloadanaconda-f8b6f11c844b1c8fc131ae5e6c6b33ed6b4f1825.tar.gz
anaconda-f8b6f11c844b1c8fc131ae5e6c6b33ed6b4f1825.tar.xz
anaconda-f8b6f11c844b1c8fc131ae5e6c6b33ed6b4f1825.zip
but this is
Diffstat (limited to 'scripts')
-rw-r--r--scripts/pythondeps2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pythondeps b/scripts/pythondeps
index 6c391d7c6..ad9a999a4 100644
--- a/scripts/pythondeps
+++ b/scripts/pythondeps
@@ -18,7 +18,7 @@ if [ $ARCH = "sparc" -o $ARCH = "sparc64" ]; then
<$DIR/dev/openprom
fi
(/usr/sbin/chroot $DIR /usr/bin/anaconda -m dir://mnt/source --test --text --traceonly; \
-cd $DIR; find usr/lib/python* usr/lib/anaconda -type f | sed 's,^,/,' ) | \
+cd $DIR; find usr/lib/python* usr/lib/anaconda usr/lib/booty -type f | sed 's,^,/,' ) | \
sort | uniq -u | sed s,^,./, | while read fn; do
[ ! -d "$DIR/$fn" ] && rm "$DIR/$fn"
done