mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
enable universe in the build chroot for ubuntu-touch-android.sh
This commit is contained in:
parent
4cb1f74f6e
commit
ec8c23b7eb
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.121) UNRELEASED; urgency=low
|
||||
|
||||
* ubuntu-touch-android.sh: enable universe in the build chroot
|
||||
|
||||
-- Oliver Grawert <ogra@chromebook> Mon, 15 Apr 2013 18:40:55 +0200
|
||||
|
||||
livecd-rootfs (2.120) raring; urgency=low
|
||||
|
||||
* fix typo in shebang of ubuntu-touch-android.sh
|
||||
|
@ -4,9 +4,13 @@ set -e
|
||||
|
||||
codename=$1
|
||||
builddir=$codename-build
|
||||
release=raring
|
||||
|
||||
[ "$(dpkg --print-architecture)" = "amd64" ] || exit 1
|
||||
|
||||
# enable universe in the build chroot
|
||||
grep -q universe /etc/apt/sources.list || echo "deb http://ftpmaster.internal/ubuntu $release universe" >>/etc/apt/sources.list
|
||||
|
||||
# set up multiarch
|
||||
dpkg --print-foreign-architectures | grep -q i386 || dpkg --add-architecture i386
|
||||
apt-get update
|
||||
|
Loading…
x
Reference in New Issue
Block a user