summaryrefslogtreecommitdiff
path: root/functions/exit.sh
diff options
context:
space:
mode:
authorBen Armstrong <synrg@debian.org>2012-11-14 10:08:38 -0400
committerDaniel Baumann <daniel@debian.org>2012-11-14 21:51:38 +0100
commit8286f7d73c556913bdd0bb44ffdfe4a984e678c0 (patch)
tree4b1b62c110eaf6cdae639ca65476dab52616d798 /functions/exit.sh
parent7b2b860d72487a6608f40f9d1144acbc75d56a3a (diff)
downloadvyos-live-build-8286f7d73c556913bdd0bb44ffdfe4a984e678c0.tar.gz
vyos-live-build-8286f7d73c556913bdd0bb44ffdfe4a984e678c0.zip
Fixing typo in cache directory names, thanks to Thanatermesis <thanatermesis@gmail.com>.
Diffstat (limited to 'functions/exit.sh')
-rwxr-xr-xfunctions/exit.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/exit.sh b/functions/exit.sh
index 63ac7e65e..a8e99bb51 100755
--- a/functions/exit.sh
+++ b/functions/exit.sh
@@ -48,9 +48,9 @@ Exit ()
if ls .build/binary* > /dev/null 2>&1
then
- Save_cache cache/packages_binary
+ Save_cache cache/packages.binary
else
- Save_cache cache/packages_chroot
+ Save_cache cache/packages.chroot
fi
return ${VALUE}