diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-03 22:42:41 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-03 22:42:41 +0200 |
commit | aa0c0fb107cf821ca5b85e0f8156442eaa9c3dd7 (patch) | |
tree | c71319a6411ac789246176d6d4056bf6b9013e1a /functions/exit.sh | |
parent | 4c903bab69b24f2a79cafc262273229a1b108044 (diff) | |
download | vyos-live-build-aa0c0fb107cf821ca5b85e0f8156442eaa9c3dd7.tar.gz vyos-live-build-aa0c0fb107cf821ca5b85e0f8156442eaa9c3dd7.zip |
Renaming internal .stage to .build for consistency within the configuration tree.
Diffstat (limited to 'functions/exit.sh')
-rwxr-xr-x | functions/exit.sh | 10 |
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 |