diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-07-31 17:12:06 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:37 +0100 |
commit | d58eaafd5a5bcbe39a574d4bdff3771ae9ced2ed (patch) | |
tree | e2b090f3e2c663f5b433c4953204ffe1823847b7 /helpers/lh_chroot | |
parent | b9c6f0a083a0130e9aa829c8f5b418a74e2b2144 (diff) | |
download | live-build-d58eaafd5a5bcbe39a574d4bdff3771ae9ced2ed.zip live-build-d58eaafd5a5bcbe39a574d4bdff3771ae9ced2ed.tar.gz |
Add lh_chroot_local-patches helper to apply local patches against chroot.
Diffstat (limited to 'helpers/lh_chroot')
-rwxr-xr-x | helpers/lh_chroot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/lh_chroot b/helpers/lh_chroot index 7dee5b3..7a527be 100755 --- a/helpers/lh_chroot +++ b/helpers/lh_chroot @@ -54,6 +54,7 @@ lh_chroot_local-packages ${*} lh_chroot_install-packages ${*} lh_chroot_localization ${*} lh_chroot_local-includes ${*} +lh_chroot_local-patches ${*} lh_chroot_sysvinit ${*} lh_chroot_local-hooks ${*} lh_chroot_hooks ${*} |