From aa0c0fb107cf821ca5b85e0f8156442eaa9c3dd7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 3 Jun 2012 22:42:41 +0200 Subject: Renaming internal .stage to .build for consistency within the configuration tree. --- functions/exit.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'functions') diff --git a/functions/exit.sh b/functions/exit.sh index 93b326c16..51831a165 100755 --- a/functions/exit.sh +++ b/functions/exit.sh @@ -35,10 +35,10 @@ Exit () done fi - rm -f .stage/chroot_devpts - rm -f .stage/chroot_proc - rm -f .stage/chroot_selinuxfs - rm -f .stage/chroot_sysfs + rm -f .build/chroot_devpts + rm -f .build/chroot_proc + rm -f .build/chroot_selinuxfs + rm -f .build/chroot_sysfs Echo_message "Saving caches..." @@ -46,7 +46,7 @@ Exit () # but let's assume that if there's any binary stage file arround # we are in binary stage. - if ls .stage/binary* > /dev/null 2>&1 + if ls .build/binary* > /dev/null 2>&1 then Save_cache cache/packages_binary else -- cgit v1.2.3