aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2019-06-19 14:12:16 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2019-06-19 14:12:16 +0000
commit1b9b7503e1d1dc0df4414929e4c5b4b77e97a41f (patch)
tree131c233add6323d0cd59b4d70f37a6e1b9baa112 /kiss
parentd438eb2036b98a4f75bbcd5dd311e298fac669c5 (diff)
parent3effb9f98ce7e089f8acf7e1d8c1f79b5107a83e (diff)
downloadcpt-1b9b7503e1d1dc0df4414929e4c5b4b77e97a41f.tar.gz
Merge branch 'master' of github.com:kissx/kiss
FossilOrigin-Name: 0c3941b9fec37d61c54dab37a6bba7e0b13f831e5544a63e128e93f7f46a135f
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss1
1 files changed, 1 insertions, 0 deletions
diff --git a/kiss b/kiss
index db0756a..ce2d5fd 100755
--- a/kiss
+++ b/kiss
@@ -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