diff --git a/bin/makedist-newrelease b/bin/makedist-newrelease index 096fbff..5d8e4c8 100755 --- a/bin/makedist-newrelease +++ b/bin/makedist-newrelease @@ -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