From ecf87ddc9d9842f918f69a26aaaeb0859e91d5c7 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Sat, 20 Dec 2008 17:12:41 +0100
Subject: Correcting naming of source tarballs in image autobuild script.

---
 examples/cron/images.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index e31b375..a6da5b2 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
-- 
cgit v1.0