From f8b6f11c844b1c8fc131ae5e6c6b33ed6b4f1825 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 31 Jan 2002 06:04:14 +0000 Subject: but this is --- scripts/pythondeps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/pythondeps') 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 -- cgit