fix package mirror in android package install routine

ubuntu/trusty
Oliver Grawert 12 years ago
parent 54b97639a0
commit 17fcb0f65a

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.169ubuntu1) UNRELEASED; urgency=low
* fix package mirror in android package install routine
-- Oliver Grawert <ogra@ubuntu.com> Wed, 07 Aug 2013 19:17:43 +0200
livecd-rootfs (2.169) saucy; urgency=low
* switch touch builds to use the packaged android img files (pending cdimage

@ -427,7 +427,7 @@ if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then
mv "${sourceslist}" "${sourceslist}.orig"
mv "${sourceslist}.d" "${sourceslist}.d.orig"
echo "deb ${MIRROR} saucy main universe multiverse restricted" >$sourceslist
echo "deb $LB_PARENT_MIRROR_CHROOT saucy main universe multiverse restricted" >$sourceslist
Chroot chroot "apt-get -y update"
Chroot chroot "apt-get -y install android"

Loading…
Cancel
Save