new scheme
This commit is contained in:
parent
dce6f234a2
commit
081c7a239d
|
@ -36,7 +36,7 @@ main() {
|
||||||
repo_name="${i##*/}"
|
repo_name="${i##*/}"
|
||||||
|
|
||||||
for r in "$i"/*; do
|
for r in "$i"/*; do
|
||||||
build_pkg "$i" "${r##*/}"
|
build_pkg "$repo_name" "${r##*/}"
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user