Only add the ubuntu-core hooks for the system-image subproject.

ubuntu/yakkety
Colin Watson 11 years ago
parent b78c13a8d7
commit 49c93a618b

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.235) UNRELEASED; urgency=medium
* Only add the ubuntu-core hooks for the system-image subproject.
-- Colin Watson <cjwatson@ubuntu.com> Tue, 05 Aug 2014 08:34:10 +0200
livecd-rootfs (2.234) utopic; urgency=medium livecd-rootfs (2.234) utopic; urgency=medium
[ James Hunt ] [ James Hunt ]

@ -545,8 +545,8 @@ EOF
config/archives/proposed.list.binary config/archives/proposed.list.binary
fi fi
case $PROJECT in case $PROJECT:$SUBPROJECT in
*-dvd) *-dvd:*)
. config/bootstrap . config/bootstrap
cat > config/archives/dvd.list.binary << EOF cat > config/archives/dvd.list.binary << EOF
@ -561,7 +561,7 @@ EOF
fi fi
;; ;;
ubuntu-touch|ubuntu-core) ubuntu-touch:*|ubuntu-core:system-image)
cp -af /usr/share/livecd-rootfs/live-build/${PROJECT}/* \ cp -af /usr/share/livecd-rootfs/live-build/${PROJECT}/* \
config/ config/
;; ;;

Loading…
Cancel
Save