aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-aports/update-index.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/lua-aports/update-index.patch')
-rw-r--r--main/lua-aports/update-index.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/lua-aports/update-index.patch b/main/lua-aports/update-index.patch
deleted file mode 100644
index 40764fdfa8..0000000000
--- a/main/lua-aports/update-index.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/buildrepo.lua b/buildrepo.lua
-index bc0a784..498d6c3 100755
---- a/buildrepo.lua
-+++ b/buildrepo.lua
-@@ -227,7 +227,7 @@ for _,repo in pairs(args) do
- end
-
- -- generate new apkindex
-- if not opts.n then
-+ if not opts.n and built > 0 then
- info("Updating apk index")
- apkrepo.update_index(("%s/%s"):format(repodest, repo),
- abuild.arch, db:git_describe())