From 6f5e2da03e5fd1af2200d2f55ca84647bc8d3626 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 10:04:40 +0200 Subject: Adding live-package 0.99.22-1. --- helpers/lh_includechroot | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 helpers/lh_includechroot (limited to 'helpers/lh_includechroot') diff --git a/helpers/lh_includechroot b/helpers/lh_includechroot new file mode 100755 index 000000000..eedd31d15 --- /dev/null +++ b/helpers/lh_includechroot @@ -0,0 +1,11 @@ +#!/bin/sh + +# lh_includechroot + +# Copy external directory into the chroot +if [ -d "${LIVE_INCLUDE_CHROOT}" ] +then + cd "${LIVE_INCLUDE_CHROOT}" + find . | cpio -pumd "${LIVE_CHROOT}" + cd "${OLDPWD}" +fi -- cgit v1.2.3