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-install | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cpt-install') diff --git a/src/cpt-install b/src/cpt-install index e886ad4..d971974 100755 --- a/src/cpt-install +++ b/src/cpt-install @@ -31,6 +31,8 @@ done pkg_order "$@" +create_cache + # shellcheck disable=2154 for pkg in $order; do pkg_install "$pkg"; done -- cgit v1.2.3