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
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
USRMB=150
|
USRMB=550
|
||||||
|
|
||||||
USRBLOCKS="`expr $USRMB \* 1024 \* 1024 / $BS`"
|
USRBLOCKS="`expr $USRMB \* 1024 \* 1024 / $BS`"
|
||||||
USRSECTS="`expr $USRMB \* 1024 \* 2`"
|
USRSECTS="`expr $USRMB \* 1024 \* 2`"
|
||||||
|
@ -253,13 +253,13 @@ then echo " * Indexing packages"
|
||||||
bintotal=0
|
bintotal=0
|
||||||
( cd $PACKAGEDIR
|
( cd $PACKAGEDIR
|
||||||
for p in *.tar.bz2
|
for p in *.tar.bz2
|
||||||
do echo $p >&2
|
do
|
||||||
p="`echo $p | sed 's/.tar.bz2//'`"
|
p="`echo $p | sed 's/.tar.bz2//'`"
|
||||||
descr="../$p/.descr"
|
descr="../$p/.descr"
|
||||||
if [ -f "$descr" ]
|
if [ -f "$descr" ]
|
||||||
then echo "$p|`cat $descr`"
|
then echo "$p|`cat $descr`"
|
||||||
fi
|
fi
|
||||||
done >List
|
done | tee List
|
||||||
)
|
)
|
||||||
for d in $PACKAGEDIR $PACKAGESOURCEDIR
|
for d in $PACKAGEDIR $PACKAGESOURCEDIR
|
||||||
do echo Counting size of $d
|
do echo Counting size of $d
|
||||||
|
|
Loading…
Reference in a new issue