mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-14 06:38:28 +00:00
Append ${SUBARCH:+-$SUBARCH} to LOG filename for consistency.
This commit is contained in:
parent
c35d75cd40
commit
39a34b17db
@ -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
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (0.96) UNRELEASED; urgency=low
|
||||
|
||||
* Append ${SUBARCH:+-$SUBARCH} to LOG filename for consistency.
|
||||
|
||||
-- Loïc Minier <loic.minier@ubuntu.com> 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user