mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-28 19:22:17 +00:00
Reorganize minimal-manual file location.
This also gets rid of the change to debian/rules
This commit is contained in:
parent
3bb028c86d
commit
1746e65953
1
debian/install
vendored
1
debian/install
vendored
@ -1,2 +1,3 @@
|
|||||||
live-build usr/share/livecd-rootfs
|
live-build usr/share/livecd-rootfs
|
||||||
get-ppa-fingerprint usr/share/livecd-rootfs
|
get-ppa-fingerprint usr/share/livecd-rootfs
|
||||||
|
minimize-manual usr/share/livecd-rootfs
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -7,7 +7,7 @@ DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
|||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
dh_auto_test
|
dh_auto_test
|
||||||
set -e; for x in live-build/auto/*; do \
|
set -e; for x in live-build/auto/*; do \
|
||||||
echo "$$x" | grep -q .py || sh -n "$$x"; \
|
sh -n "$$x"; \
|
||||||
done
|
done
|
||||||
|
|
||||||
override_dh_install:
|
override_dh_install:
|
||||||
|
@ -445,7 +445,7 @@ EOF
|
|||||||
(cd chroot && find usr/share/doc -maxdepth 1 -type d | xargs du -s | sort -nr)
|
(cd chroot && find usr/share/doc -maxdepth 1 -type d | xargs du -s | sort -nr)
|
||||||
echo END docdirs
|
echo END docdirs
|
||||||
|
|
||||||
/usr/share/livecd-rootfs/live-build/auto/minimize-manual.py chroot
|
/usr/share/livecd-rootfs/minimize-manual chroot
|
||||||
|
|
||||||
lb binary "$@"
|
lb binary "$@"
|
||||||
touch binary.success
|
touch binary.success
|
||||||
|
Loading…
x
Reference in New Issue
Block a user