diff --git a/debian/changelog b/debian/changelog index ff9b0b1c..d1f1cb2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.123) UNRELEASED; urgency=low + + * fix typos in debootstrap line of ubuntu-touch-android.sh + + -- Oliver Grawert Tue, 16 Apr 2013 11:07:44 +0200 + livecd-rootfs (2.122) raring; urgency=low * redo ubuntu-touch-android.sh to use its own build chroot since we can not diff --git a/ubuntu-touch-android.sh b/ubuntu-touch-android.sh index f832ee7d..094d2d87 100755 --- a/ubuntu-touch-android.sh +++ b/ubuntu-touch-android.sh @@ -17,7 +17,7 @@ case $(hostname --fqdn) in MIRROR=http://archive.ubuntu.com/ubuntu ;; esac -debootstrap --omponents=ain,universe $release $builddir $MIRROR +debootstrap --components=main,universe $release $builddir $MIRROR mount -t devpts devpts-$builddir $builddir/dev/pts chroot mount -t proc proc-$builddir /proc