summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-08-28 00:12:49 +0000
committerTed Trask <ttrask01@yahoo.com>2011-08-28 00:12:49 +0000
commit2e0d4dbb7c234322da5aa4ba4efb8146e0cd4872 (patch)
tree0c44f4163e782822deab392c45994e7579f0480b
parent765211c8e8e8e41f9936e404a1600cc50cecaf28 (diff)
downloadacf-apk-tools-2e0d4dbb7c234322da5aa4ba4efb8146e0cd4872.tar.bz2
acf-apk-tools-2e0d4dbb7c234322da5aa4ba4efb8146e0cd4872.tar.xz
apk-tools 2.1 moved the world file
-rw-r--r--apk-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apk-model.lua b/apk-model.lua
index f77e88e..b498802 100644
--- a/apk-model.lua
+++ b/apk-model.lua
@@ -7,7 +7,7 @@ require("fs")
require("format")
local configfile = "/etc/apk/repositories"
-local worldfile = "/var/lib/apk/world"
+local worldfile = "/etc/apk/world"
local cachelink = "/etc/apk/cache"
local lbuconffile = "/etc/lbu/lbu.conf"