package list sanity check
This commit is contained in:
parent
0f41416100
commit
36c12c1251
1 changed files with 3 additions and 3 deletions
|
@ -132,7 +132,7 @@ do
|
|||
esac
|
||||
done
|
||||
|
||||
USRMB=150
|
||||
USRMB=550
|
||||
|
||||
USRBLOCKS="`expr $USRMB \* 1024 \* 1024 / $BS`"
|
||||
USRSECTS="`expr $USRMB \* 1024 \* 2`"
|
||||
|
@ -253,13 +253,13 @@ then echo " * Indexing packages"
|
|||
bintotal=0
|
||||
( cd $PACKAGEDIR
|
||||
for p in *.tar.bz2
|
||||
do echo $p >&2
|
||||
do
|
||||
p="`echo $p | sed 's/.tar.bz2//'`"
|
||||
descr="../$p/.descr"
|
||||
if [ -f "$descr" ]
|
||||
then echo "$p|`cat $descr`"
|
||||
fi
|
||||
done >List
|
||||
done | tee List
|
||||
)
|
||||
for d in $PACKAGEDIR $PACKAGESOURCEDIR
|
||||
do echo Counting size of $d
|
||||
|
|
Loading…
Reference in a new issue