commit 2c54aea685b091f777605a26cc2f5166c5fc657f
Author: p4u <p4u@dabax.net>
Date:   Sun Oct 7 12:54:54 2012 +0200

    fixed update_feeds for nightly compile

diff --git a/nightlycompile.sh b/nightlycompile.sh
index d67295c..d62bfa5 100755
--- a/nightlycompile.sh
+++ b/nightlycompile.sh
@@ -23,9 +23,9 @@ DAYS_TO_PRESERVE="10"
 
 [ ! $FORCE ] && [ "$(cd build/qmp && git pull)" == "Already up-to-date." ] && { echo "Nothing to compile, qMp in last version"; exit 0; }
 
+make update_all
+
 for t in $TARGETS; do
-	echo "Updating feeds"
-	make T=$t update_feeds
 
 	echo "Syncronizing configuration..."
 	make T=$t sync_config
