summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/exit.sh10
1 files changed, 5 insertions, 5 deletions
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