X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=9fdf9fd7f730e5e3ea43e0d6b3dbcc6494cf9a92;hp=022e5fbba9c90c4af58c41c4009c1e53dc916403;hb=5ac2da9f108762feda085aee7e3c9c16a74b766a;hpb=ce56e92709df6aed1e56ac4cda1be420ea57dec8 diff --git a/make.sh b/make.sh index 022e5fbba9..9fdf9fd7f7 100644 --- a/make.sh +++ b/make.sh @@ -733,7 +733,10 @@ buildipcop() { ipcopmake asterisk ipcopmake mpg123 echo -ne "`date -u '+%b %e %T'`: Building ### MP3-Server ### \n" | tee -a $LOGFILE + ipcopmake libogg + ipcopmake libvorbis ipcopmake lame + ipcopmake sox ipcopmake gnump3d echo -ne "`date -u '+%b %e %T'`: Building ### P2P-Clients ### \n" | tee -a $LOGFILE ipcopmake applejuice @@ -868,7 +871,7 @@ ipfirepackages() { fi ipfiredist amavisd ipfiredist applejuice - # ipfiredist asterisk + ipfiredist asterisk ipfiredist clamav ipfiredist cups ipfiredist cyrusimap @@ -1170,8 +1173,8 @@ svn) ;; commit|ci) clear - $0 changelog - echo "Upload the changed files..." + #$0 changelog + #echo "Upload the changed files..." sleep 1 svn commit $0 svn up @@ -1597,7 +1600,10 @@ batch) $0 clean ;; "SVN: Commit") - $0 svn commit + echo "Are your sure to Update all Files to the Server (write: yes)?"; read input + if [ "$input" == "yes" ]; then + $0 svn commit + fi ;; "SVN: Update") $0 svn update