buildrepo: fix previous commit
This commit is contained in:
parent
5cde86ff29
commit
c5b9e2c6dc
@ -45,7 +45,7 @@ build() {
|
|||||||
# to rebuild. By doing this we might save us for rebuilding
|
# to rebuild. By doing this we might save us for rebuilding
|
||||||
# needed when running 'abuild -R'
|
# needed when running 'abuild -R'
|
||||||
for i in */APKBUILD; do
|
for i in */APKBUILD; do
|
||||||
[ -f "$i" ] || continue
|
[ -f "$aportsdir/$repo/$i" ] || continue
|
||||||
export REPODEST="$repodir"
|
export REPODEST="$repodir"
|
||||||
cd "$aportsdir/$repo"/${i%/*} || return 1
|
cd "$aportsdir/$repo"/${i%/*} || return 1
|
||||||
if abuild -k -q up2date 2>/dev/null; then
|
if abuild -k -q up2date 2>/dev/null; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user