Import patches-unapplied version 2.256 to ubuntu/utopic-proposed

Imported using git-ubuntu import.

Changelog parent: 02cb6ca7cf

New changelog entries:
  * Fix directory layout of custom tarball.
impish
Colin Watson 10 years ago committed by usd-importer
parent 02cb6ca7cf
commit 44705028bf

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.256) utopic; urgency=medium
* Fix directory layout of custom tarball.
-- Colin Watson <cjwatson@ubuntu.com> Wed, 15 Oct 2014 17:12:23 +0100
livecd-rootfs (2.255) utopic; urgency=medium
[ Steve Langasek ]

@ -5,5 +5,5 @@ set -e
echo "Splitting out custom tarball"
rm -f binary/boot/custom.dir
mkdir binary/boot/custom.dir
mv binary/boot/filesystem.dir/custom binary/boot/custom.dir/custom
mkdir -p binary/boot/custom.dir/system
mv binary/boot/filesystem.dir/custom binary/boot/custom.dir/system/custom

Loading…
Cancel
Save