mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
Only set KERNEL_FLAVOURS to SUBARCH if SUBARCH is already set
This commit is contained in:
parent
82fe7a1d0e
commit
33db4c5420
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.17) oneiric; urgency=low
|
||||
|
||||
* Only set KERNEL_FLAVOURS to SUBARCH if SUBARCH is already set.
|
||||
|
||||
-- Adam Conrad <adconrad@ubuntu.com> Fri, 15 Jul 2011 14:55:13 -0600
|
||||
|
||||
livecd-rootfs (2.16) oneiric; urgency=low
|
||||
|
||||
* Add support for building new "ubuntu-core" rootfs tarballs:
|
||||
|
@ -171,7 +171,7 @@ esac
|
||||
|
||||
case $ARCH in
|
||||
armel)
|
||||
KERNEL_FLAVOURS="$SUBARCH"
|
||||
KERNEL_FLAVOURS="${SUBARCH:-$KERNEL_FLAVOURS}"
|
||||
case $SUBARCH in
|
||||
dove)
|
||||
BINARY_REMOVE_LINUX=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user