mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-23 07:22:53 +00:00
Revert "abuild: minor cleanup"
This commit seems to kill the entire repository
This reverts commit 46aed95754
.
This commit is contained in:
parent
0251148009
commit
19b2598f8a
@ -22,9 +22,9 @@ usage() {
|
|||||||
|
|
||||||
|
|
||||||
listpackages() {
|
listpackages() {
|
||||||
|
cd "$aportsdir/$1"
|
||||||
for i in */APKBUILD; do
|
for i in */APKBUILD; do
|
||||||
cd "$aportsdir"/$1/${i%/*}
|
APKBUILD=$i abuild listpkg
|
||||||
abuild listpkg
|
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user