Merge branch 'master' of github.com:kissx/kiss

This commit is contained in:
Dylan Araps 2019-06-19 17:12:16 +03:00
commit 2e8c2902d3
1 changed files with 1 additions and 0 deletions

1
kiss
View File

@ -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