mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-04 16:01:24 +00:00
make BuildLiveCD set $SUBARCHARG properly again, else livecd.sh doesnt get the necessary option handed over
This commit is contained in:
parent
a12c2b9027
commit
08b1bb1e86
@ -40,6 +40,10 @@ while getopts :s:d:f:p name; do case $name in
|
||||
esac; done;
|
||||
shift $((OPTIND-1))
|
||||
|
||||
if [ -n "$SUBARCH" ]; then
|
||||
SUBARCHARG="-s$SUBARCH"
|
||||
fi
|
||||
|
||||
for s in $NEWSUITE; do
|
||||
if [ -d build-${s}-live/chroot-${s} ]; then SUITES="$SUITES $s"; fi
|
||||
done
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (1.127) UNRELEASED; urgency=low
|
||||
|
||||
* make BuildLiveCD set $SUBARCHARG properly again, else livecd.sh doesnt get
|
||||
the necessary option handed over.
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Tue, 29 Jun 2010 12:52:30 +0200
|
||||
|
||||
livecd-rootfs (1.126) maverick; urgency=low
|
||||
|
||||
* Set LIVE_BOOT_SCRIPTS to "casper lupin-casper" for non-jasper builds,
|
||||
|
Loading…
x
Reference in New Issue
Block a user