Revert to version 1.127: we do want the subarch in the filename so these

files can coexist in the same directory, as they do for all other archs.
ubuntu/precise
Steve Langasek 15 years ago
parent 1fb908e438
commit 1d982b2f56

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (1.130) UNRELEASED; urgency=low
* Revert to version 1.127: we do want the subarch in the filename so these
files can coexist in the same directory, as they do for all other archs.
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 29 Jun 2010 17:38:04 -0700
livecd-rootfs (1.129) maverick; urgency=low livecd-rootfs (1.129) maverick; urgency=low
* fix typo * fix typo

@ -202,14 +202,6 @@ for FS in "$@"; do
DEV="" DEV=""
COMP="main restricted" COMP="main restricted"
# we dont want to mangle the project name on armel
# but keep it to not confuse debian-cd/cdimage
case $TARGETARCH in
armel)
FSS=$FS
;;
esac
select_mirror select_mirror
# Just in case there's some leftover junk here: # Just in case there's some leftover junk here:

Loading…
Cancel
Save