mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
Allow user editing of the build-script
This commit is contained in:
parent
9992b058a8
commit
e3ca0b4f31
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue