From 39a34b17dbd0088a9a94f5d5a5aa19388dea3e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Wed, 2 Sep 2009 09:24:20 +0200 Subject: [PATCH] Append ${SUBARCH:+-$SUBARCH} to LOG filename for consistency. --- BuildLiveCD | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/BuildLiveCD b/BuildLiveCD index c318c048..2e83ef0a 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -123,7 +123,7 @@ for STE in $SUITES; do NOW=${NOW}.$n fi NOW=${NOW} - LOG=${PUBDIR}${NOW}/livecd-${NOW}-${ARCH}.out + LOG=${PUBDIR}${NOW}/livecd-${NOW}-${ARCH}${SUBARCH:+-$SUBARCH}.out rm -f ${PUBDIR}latest ln -sf ${PUBDIR}${NOW} ${PUBDIR}latest diff --git a/debian/changelog b/debian/changelog index e8fa3d5f..c95cfa96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.96) UNRELEASED; urgency=low + + * Append ${SUBARCH:+-$SUBARCH} to LOG filename for consistency. + + -- Loïc Minier Wed, 02 Sep 2009 09:23:59 +0200 + livecd-rootfs (0.95) karmic; urgency=low * Add the EXTRASOURCE apt source to the "pristine" /etc/apt/sources.list.