makedist-newrelease: fix reference to cron file after renaming

This commit is contained in:
Silvan Calarco 2013-03-07 17:34:58 +01:00
parent 723d8e2d08
commit ae55d71ac2

View File

@ -75,11 +75,11 @@ for i in `seq 0 $ALLMEDIALAST`; do
RELEASE=$RELEASE \
RELEASEPLATFORM=$PLATFORM \
RELEASESUBPLATFORM=$SUBPLATFORM \
DISTVERSION=$DISTVERSION /etc/cron.daily/20-openmamba-autobuild-makedist
DISTVERSION=$DISTVERSION /etc/cron.daily/20-makedist-autobuild
done
## Workaround: updates home page HTML which always show previous version after first run
#RELEASE=$RELEASE \
#DISTVERSION=$DISTVERSION \
#/etc/cron.daily/20-openmamba-autobuild-makedist
#/etc/cron.daily/20-makedist-autobuild
exit 0