From 036bf55f0688ac93a9d47cb5f247533a599f7429 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Fri, 5 Jun 2015 15:05:55 +0200 Subject: [PATCH] Copy desktop-next hooks in the configuration --- debian/changelog | 6 ++++++ live-build/auto/config | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b4a3e82e..95961c75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.308) UNRELEASED; urgency=medium + + * Copy desktop-next hooks in the configuration + + -- Sebastien Bacher Fri, 05 Jun 2015 10:53:39 +0200 + livecd-rootfs (2.307) wily; urgency=medium * Remove duplicated code leftover in the previous desktop-next changeset diff --git a/live-build/auto/config b/live-build/auto/config index ceabd07c..11d8e400 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -665,7 +665,7 @@ EOF fi ;; - ubuntu-touch:*|ubuntu-core:system-image|ubuntu-cpc:*) + ubuntu-touch:*|ubuntu-core:system-image|ubuntu-desktop-next:system-image|ubuntu-cpc:*) cp -af /usr/share/livecd-rootfs/live-build/${PROJECT}/* \ config/ ;;