fix package mirror in android package install routine

This commit is contained in:
Oliver Grawert 2013-08-07 19:22:15 +02:00
parent 54b97639a0
commit 17fcb0f65a
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -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

View File

@ -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"