diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-06-19 14:12:16 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-06-19 14:12:16 +0000 |
commit | 1b9b7503e1d1dc0df4414929e4c5b4b77e97a41f (patch) | |
tree | 131c233add6323d0cd59b4d70f37a6e1b9baa112 /kiss | |
parent | d438eb2036b98a4f75bbcd5dd311e298fac669c5 (diff) | |
parent | 3effb9f98ce7e089f8acf7e1d8c1f79b5107a83e (diff) | |
download | cpt-1b9b7503e1d1dc0df4414929e4c5b4b77e97a41f.tar.gz |
Merge branch 'master' of github.com:kissx/kiss
FossilOrigin-Name: 0c3941b9fec37d61c54dab37a6bba7e0b13f831e5544a63e128e93f7f46a135f
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ pkg_setup() { cd "$rep_dir/$1" || die "'$rep_dir/$1' not accessible" [ -f sources ] || die "Sources file not found." [ -x build ] || die "Build file not found or not executable." + [ -f licenses ] || die "License file not found or empty." read -r ver rel < version || die "Version file not found." pkg=${name:=$1}\#$ver-$rel.tar.gz |