list click packages in teh manifest file on ubuntu touch

This commit is contained in:
Oliver Grawert 2013-10-11 14:31:17 +02:00
parent 5976888f34
commit 3d0f8e22d5
2 changed files with 10 additions and 0 deletions

6
debian/changelog vendored
View File

@ -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
* ubuntu-touch: Make writable symlinks relative.

View File

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