Allow user editing of the build-script

This commit is contained in:
Max Howell 2022-11-09 11:20:28 -05:00
parent 9992b058a8
commit e3ca0b4f31
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -101,7 +101,7 @@ async function __build(pkg: Package): Promise<BuildResult> {
${sh}
`
}).chmod(0o500)
}).chmod(0o700)
// copy in auxillary files from pantry directory
for await (const [path, {isFile}] of pantry.getYAML(pkg).path.parent().ls()) {