From c5bfe9e34c44d347d57b201de37f8d0caad5383c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 24 Jan 2014 10:00:33 +0000 Subject: buildrepo: fix repodest --- buildrepo.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3