]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
Update:
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 022e5fbba9c90c4af58c41c4009c1e53dc916403..9fdf9fd7f730e5e3ea43e0d6b3dbcc6494cf9a92 100644 (file)
--- 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