diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-01-31 06:04:14 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-01-31 06:04:14 +0000 |
commit | f8b6f11c844b1c8fc131ae5e6c6b33ed6b4f1825 (patch) | |
tree | 491786b1df7563ceb195096268f07f57cabe0baf /scripts | |
parent | 079ed7309298ebc2928a7a149bb9b5c23901d439 (diff) | |
download | anaconda-f8b6f11c844b1c8fc131ae5e6c6b33ed6b4f1825.tar.gz anaconda-f8b6f11c844b1c8fc131ae5e6c6b33ed6b4f1825.tar.xz anaconda-f8b6f11c844b1c8fc131ae5e6c6b33ed6b4f1825.zip |
but this is
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/pythondeps | 2 |
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 |