From 49c93a618bcf06c3e1f71ef92762e8fd92c1ac67 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 5 Aug 2014 08:34:24 +0200 Subject: [PATCH] Only add the ubuntu-core hooks for the system-image subproject. --- debian/changelog | 6 ++++++ live-build/auto/config | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1671a8be..7428887f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.235) UNRELEASED; urgency=medium + + * Only add the ubuntu-core hooks for the system-image subproject. + + -- Colin Watson Tue, 05 Aug 2014 08:34:10 +0200 + livecd-rootfs (2.234) utopic; urgency=medium [ James Hunt ] diff --git a/live-build/auto/config b/live-build/auto/config index 743ec985..e51be32d 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -545,8 +545,8 @@ EOF config/archives/proposed.list.binary fi -case $PROJECT in - *-dvd) +case $PROJECT:$SUBPROJECT in + *-dvd:*) . config/bootstrap cat > config/archives/dvd.list.binary << EOF @@ -561,7 +561,7 @@ EOF fi ;; - ubuntu-touch|ubuntu-core) + ubuntu-touch:*|ubuntu-core:system-image) cp -af /usr/share/livecd-rootfs/live-build/${PROJECT}/* \ config/ ;;