mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-11-04 22:15:36 -07:00
Merge branch 'master' of github.com:kissx/kiss
This commit is contained in:
commit
2e8c2902d3
1
kiss
1
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
|
||||
|
Loading…
Reference in New Issue
Block a user