From b7c3e69b0df19df50d8a4e4f1352c3370f7cee8c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 22 Oct 2012 20:41:40 +0200 Subject: Renaming config/binary_rootfs to simply config/rootfs. --- scripts/build/binary_chroot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/build/binary_chroot') diff --git a/scripts/build/binary_chroot b/scripts/build/binary_chroot index 4d4500e55..598fff5fc 100755 --- a/scripts/build/binary_chroot +++ b/scripts/build/binary_chroot @@ -97,18 +97,18 @@ fi ${LB_ROOT_COMMAND} mv chroot.tmp chroot/chroot # Handling chroot excludes -if [ -f config/binary_rootfs/excludes ] && [ "${LB_CHROOT_FILESYSTEM}" != "squashfs" ] +if [ -f config/rootfs/excludes ] && [ "${LB_CHROOT_FILESYSTEM}" != "squashfs" ] then case "${LB_BUILD_WITH_CHROOT}" in true) - cp config/binary_rootfs/excludes chroot/chroot/excludes + cp config/rootfs/excludes chroot/chroot/excludes # Not using Chroot() here because we want explicitly /bin/bash (for the time being) chroot chroot/chroot /usr/bin/env -i xargs --arg-file=/excludes -I FILE bash -c 'rm -rf FILE' rm -f chroot/chroot/excludes ;; false) - cp config/binary_rootfs/excludes chroot/excludes + cp config/rootfs/excludes chroot/excludes # Not using Chroot() here because we want explicitly /bin/bash (for the time being) chroot chroot /usr/bin/env -i xargs --arg-file=/excludes -I FILE bash -c 'rm -rf FILE' rm -f chroot/excludes -- cgit v1.2.3