From c060d828bfde3cc13dd79efcbb55aadfdcce4ecc Mon Sep 17 00:00:00 2001 From: merakor 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-download | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpt-download') diff --git a/src/cpt-download b/src/cpt-download index da0a692..19c4732 100755 --- a/src/cpt-download +++ b/src/cpt-download @@ -13,4 +13,5 @@ case "$1" in '') set -- "${PWD##*/}"; export CPT_PATH=${PWD%/*}:$CPT_PATH esac +create_cache for pkg; do pkg_sources "$pkg"; done -- cgit v1.2.3