summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuildrepo.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildrepo.lua b/buildrepo.lua
index f9670c7..3bf2c75 100755
--- a/buildrepo.lua
+++ b/buildrepo.lua
@@ -88,7 +88,7 @@ local function build_aport(aport, repodest, logdir, skip_failed)
else
log = io.stdout
end
- local pipe = io.popen(("REPODEST='%s' abuild -r -m 2>&1"):format(aport.dir, repodest))
+ local pipe = io.popen(("REPODEST='%s' abuild -r -m 2>&1"):format(repodest))
for line in pipe:lines() do
log:write(("%s\n"):format(line))
end