diff options
Diffstat (limited to 'examples/cron')
| -rwxr-xr-x | examples/cron/images.sh | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cron/images.sh b/examples/cron/images.sh index e31b3757d..a6da5b2cd 100755 --- a/examples/cron/images.sh +++ b/examples/cron/images.sh @@ -54,8 +54,8 @@ do  		if [ "${SOURCE}" = "enabled" ]  		then -			mv source.tar.gz debian-live-${DISTRIBUTION}-source-${FLAVOUR}-source.tar.gz -			mv source.list debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}-source.tar.gz.list +			mv source.tar.gz debian-live-${DISTRIBUTION}-source-${FLAVOUR}.tar.gz +			mv source.list debian-live-${DISTRIBUTION}-source-${FLAVOUR}.tar.gz.list  		fi  		lh clean --binary  | 
