[SCM] Debian Live build scripts branch, master, updated. 1.0.2-1-2-g95b2a21

Daniel Baumann daniel at debian.org
Sat Dec 20 16:57:14 UTC 2008


The following commit has been merged in the master branch:
commit 95b2a215be8008531cab34042059d96718f8e061
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Dec 20 17:12:41 2008 +0100

    Correcting naming of source tarballs in image autobuild script.

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

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list