X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=b46686942294b89c927137db03adb698e0d11ca6;hp=ada672e3d42a661b3b506006313c3679592493eb;hb=913668bad54335982e951c3e27246deb55a7ca47;hpb=d535503d95cf63cd8a8aa101adec8c3faba988e9 diff --git a/make.sh b/make.sh index ada672e3d4..b466869422 100644 --- a/make.sh +++ b/make.sh @@ -344,7 +344,7 @@ ipcopmake() { ipfiredist() { if [ -f $BASEDIR/build/usr/src/lfs/$1 ]; then -# if [ ! `ls -w1 $BASEDIR/packages/*.tar.gz | grep $1` ]; then +# if [ ! `ls -w1 $BASEDIR/packages/*.ipfire | grep $1` ]; then echo "`date -u '+%b %e %T'`: Packaging $1" | tee -a $LOGFILE chroot $LFS /tools/bin/env -i HOME=/root \ TERM=$TERM PS1='\u:\w\$ ' \ @@ -866,7 +866,7 @@ buildpackages() { cat $i | sed "s%^\./%#%" | sort >> $BASEDIR/log/FILES fi done - cd $BASEDIR/packages; ls -w1 *.tar.gz | awk -F ".tar.gz" '{ print $1 }' > $BASEDIR/packages/packages_list.txt + cd $BASEDIR/packages; ls -w1 *.ipfire | awk -F ".ipfire" '{ print $1 }' > $BASEDIR/packages/packages_list.txt echo "###EOF###" >> $BASEDIR/packages/packages_list.txt cd $PWD @@ -1191,6 +1191,7 @@ svn) exit 1 fi chmod 755 $0 + tail log/_build.svn.update.log exit 0 ;; commit|ci)