mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-01 13:13:39 +00:00
Fix directory layout of custom tarball.
This commit is contained in:
parent
19d97b1a80
commit
ee2b82dfe7
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.256) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Fix directory layout of custom tarball.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Wed, 15 Oct 2014 17:11:58 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.255) utopic; urgency=medium
|
livecd-rootfs (2.255) utopic; urgency=medium
|
||||||
|
|
||||||
[ Steve Langasek ]
|
[ Steve Langasek ]
|
||||||
|
@ -5,5 +5,5 @@ set -e
|
|||||||
echo "Splitting out custom tarball"
|
echo "Splitting out custom tarball"
|
||||||
|
|
||||||
rm -f binary/boot/custom.dir
|
rm -f binary/boot/custom.dir
|
||||||
mkdir binary/boot/custom.dir
|
mkdir -p binary/boot/custom.dir/system
|
||||||
mv binary/boot/filesystem.dir/custom binary/boot/custom.dir/custom
|
mv binary/boot/filesystem.dir/custom binary/boot/custom.dir/system/custom
|
||||||
|
Loading…
x
Reference in New Issue
Block a user