We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fef066 commit ee835d5Copy full SHA for ee835d5
pkgbasify.lua
@@ -79,8 +79,9 @@ function setup_conversion(workdir)
79
80
-- Use a temporary pkg db until we are sure we will carry through with the
81
-- conversion to avoid polluting the standard one.
82
+ -- Let pkg handle actually creating the pkgdb directory so that it sets the
83
+ -- permissions it expects and does not error out due to a "too lax" umask.
84
local tmp_db = workdir .. "/pkgdb/"
- assert(os.execute("mkdir -p " .. tmp_db))
85
86
-- Use a temporary repo configuration file for the setup phase so that there
87
-- is nothing to clean up on failure.
0 commit comments