list click packages in teh manifest file on ubuntu touch

ubuntu/trusty
Oliver Grawert 11 years ago
parent 5976888f34
commit 3d0f8e22d5

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.192) UNRELEASED; urgency=low
* add click packages to the manifest output on ubuntu touch
-- Oliver Grawert <ogra@ubuntu.com> Fri, 11 Oct 2013 14:29:41 +0200
livecd-rootfs (2.191) saucy; urgency=low livecd-rootfs (2.191) saucy; urgency=low
* ubuntu-touch: Make writable symlinks relative. * ubuntu-touch: Make writable symlinks relative.

@ -418,6 +418,10 @@ if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then
lb chroot_sysfs install "$@" lb chroot_sysfs install "$@"
lb chroot_devpts install "$@" lb chroot_devpts install "$@"
if [ -e "$PREFIX.manifest" ]; then
Chroot chroot "click list" >>"$PREFIX.manifest"
fi
if [ -e chroot/etc/resolv.conf ]; then if [ -e chroot/etc/resolv.conf ]; then
mv chroot/etc/resolv.conf chroot/etc/resolv.conf.orig mv chroot/etc/resolv.conf chroot/etc/resolv.conf.orig
fi fi

Loading…
Cancel
Save