diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-29 07:59:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-29 12:36:41 +0000 |
commit | 966bc7207f72795a226a704782b524c2b2fbefb3 (patch) | |
tree | b66c6a02f40c79c58a110649ab13977437b93a76 /main/lua-aports/0001-buildrepo-fix-bug-when-repodest-is-set-with-buildrep.patch | |
parent | f1ea912093f5a57839902d07d94947307fcdd9e8 (diff) | |
download | aports-966bc7207f72795a226a704782b524c2b2fbefb3.tar.bz2 aports-966bc7207f72795a226a704782b524c2b2fbefb3.tar.xz |
main/lua-aports: remove debug print
it was unintentionally added
Diffstat (limited to 'main/lua-aports/0001-buildrepo-fix-bug-when-repodest-is-set-with-buildrep.patch')
-rw-r--r-- | main/lua-aports/0001-buildrepo-fix-bug-when-repodest-is-set-with-buildrep.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/main/lua-aports/0001-buildrepo-fix-bug-when-repodest-is-set-with-buildrep.patch b/main/lua-aports/0001-buildrepo-fix-bug-when-repodest-is-set-with-buildrep.patch index 6d7f6dd63e..d52c13a9c5 100644 --- a/main/lua-aports/0001-buildrepo-fix-bug-when-repodest-is-set-with-buildrep.patch +++ b/main/lua-aports/0001-buildrepo-fix-bug-when-repodest-is-set-with-buildrep.patch @@ -72,16 +72,6 @@ index 9689ecf..b99bf68 100644 end return pkg.dir.."/"..M.get_apk_file_name(pkg, name) end -@@ -71,6 +72,9 @@ end - function M.apk_file_exists(pkg, name) - -- technically we check if it is readable... - local filepath = M.get_apk_file_path(pkg, name) -+ if lfs.attributes(filepath) == nil then -+ io.stderr:write(("DEBUG: path=%s\n"):format(filepath)) -+ end - return lfs.attributes(filepath) ~= nil - end - @@ -110,10 +114,11 @@ function M.each_dependency(pkg) end |