aboutsummaryrefslogtreecommitdiff
path: root/src/cpt-download
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpt-download')
-rwxr-xr-xsrc/cpt-download1
1 files changed, 1 insertions, 0 deletions
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