From 3d0f8e22d518e23fa3894129004990d998062116 Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Fri, 11 Oct 2013 14:31:17 +0200 Subject: [PATCH] list click packages in teh manifest file on ubuntu touch --- debian/changelog | 6 ++++++ live-build/auto/build | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index eefa3932..06306fef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.192) UNRELEASED; urgency=low + + * add click packages to the manifest output on ubuntu touch + + -- Oliver Grawert Fri, 11 Oct 2013 14:29:41 +0200 + livecd-rootfs (2.191) saucy; urgency=low * ubuntu-touch: Make writable symlinks relative. diff --git a/live-build/auto/build b/live-build/auto/build index 67133091..5c58fa01 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -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