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

abuild: minor cleanup

parent 3b7ab34e
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
APKBUILD=$i abuild listpkg cd "$aportsdir"/$1/${i%/*}
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