diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-30 02:11:20 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-30 18:19:28 +0200 |
commit | 1eabc7268207d336a1e1597e9a1b3cdb9f367392 (patch) | |
tree | 8ea110dd0eeb4f50d084d8757fb6560b991ca363 /scripts/build/lb_chroot | |
parent | 508510e0973f806890ba93cad2eede8a2a622edc (diff) | |
download | vyos-live-build-1eabc7268207d336a1e1597e9a1b3cdb9f367392.tar.gz vyos-live-build-1eabc7268207d336a1e1597e9a1b3cdb9f367392.zip |
Removing chroot_local-patches, too much overhead for just applying patches (notably, with -p1 enforced), hooks are more flexible anyway.
Diffstat (limited to 'scripts/build/lb_chroot')
-rwxr-xr-x | scripts/build/lb_chroot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot index 51d547d14..ada67c3fb 100755 --- a/scripts/build/lb_chroot +++ b/scripts/build/lb_chroot @@ -68,7 +68,6 @@ done lb chroot_live-packages ${*} lb chroot_includes ${*} -lb chroot_local-patches ${*} lb chroot_hooks ${*} lb chroot_hacks ${*} lb chroot_interactive ${*} |