From c060d828bfde3cc13dd79efcbb55aadfdcce4ecc Mon Sep 17 00:00:00 2001
From: merakor <cem@ckyln.com>
Date: Mon, 3 Aug 2020 15:52:29 +0000
Subject: cpt: create caches manually for each script that needs it

This makes sure we don't create unnecessary cache directories. We can source the
library without creating directories now.

FossilOrigin-Name: 8d9a38a33265e7a597375bb2ef4aa2263e110fb06c9b5df948d46a64c9b23e95
---
 src/cpt-build | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'src/cpt-build')

diff --git a/src/cpt-build b/src/cpt-build
index b577176..a143b67 100755
--- a/src/cpt-build
+++ b/src/cpt-build
@@ -10,4 +10,6 @@ case "$1" in
     --version|-v) version ;;
 esac
 
+create_cache
+
 pkg_build "$@"
-- 
cgit v1.2.3