diff --git a/debian/changelog b/debian/changelog index c2332189..8bf9861d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.194) UNRELEASED; urgency=low + + * prefix click packages in the manifest file with "click:" + + -- Oliver Grawert Fri, 11 Oct 2013 18:14:02 +0200 + livecd-rootfs (2.193) saucy; urgency=low * drop SHELL=/system/bin/sh from /etc/environment on touch images (urgh) diff --git a/live-build/auto/build b/live-build/auto/build index 5c58fa01..38468e4b 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -419,7 +419,9 @@ if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then lb chroot_devpts install "$@" if [ -e "$PREFIX.manifest" ]; then - Chroot chroot "click list" >>"$PREFIX.manifest" + for line in read; do + echo "click:$line" >>"$PREFIX.manifest" + done <"$(Chroot chroot "click list")" fi if [ -e chroot/etc/resolv.conf ]; then