Skip to content
Snippets Groups Projects
Commit 19b2598f authored by Natanael Copa's avatar Natanael Copa
Browse files

Revert "abuild: minor cleanup"

This commit seems to kill the entire repository

This reverts commit 46aed957.
parent 02511480
No related branches found
No related tags found
No related merge requests found
...@@ -22,9 +22,9 @@ usage() { ...@@ -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
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment