mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
fix package mirror in android package install routine
This commit is contained in:
parent
54b97639a0
commit
17fcb0f65a
6
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user