diff options
Diffstat (limited to 'src/cpt-download')
-rwxr-xr-x | src/cpt-download | 1 |
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 |