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

buildrepo: fix previous commit

parent 5cde86ff
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ build() {
# to rebuild. By doing this we might save us for rebuilding
# needed when running 'abuild -R'
for i in */APKBUILD; do
[ -f "$i" ] || continue
[ -f "$aportsdir/$repo/$i" ] || continue
export REPODEST="$repodir"
cd "$aportsdir/$repo"/${i%/*} || return 1
if abuild -k -q up2date 2>/dev/null; then
......
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