mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
Import patches-unapplied version 2.235 to ubuntu/utopic-proposed
Imported using git-ubuntu import. Changelog parent: 5264712d26587dde7e8591dec2370d4a26bd2b74 New changelog entries: * Only add the ubuntu-core hooks for the system-image subproject.
This commit is contained in:
parent
5264712d26
commit
61e05b928d
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.235) utopic; urgency=medium
|
||||
|
||||
* Only add the ubuntu-core hooks for the system-image subproject.
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Tue, 05 Aug 2014 08:34:27 +0200
|
||||
|
||||
livecd-rootfs (2.234) utopic; urgency=medium
|
||||
|
||||
[ James Hunt ]
|
||||
|
@ -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/
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user