mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
chmod 644 installed meta files
This commit is contained in:
parent
71ce04861d
commit
9fe8dbf893
1 changed files with 2 additions and 1 deletions
|
@ -1584,7 +1584,8 @@
|
|||
(lambda (tmp-path out preserve)
|
||||
(write-simple-pretty obj out)
|
||||
(close-output-port out)
|
||||
(system "sudo" "cp" tmp-path dest)))
|
||||
(system "sudo" "cp" tmp-path dest)
|
||||
(system "sudo" "chmod" "644" dest)))
|
||||
(call-with-output-file dest
|
||||
(lambda (out) (write-simple-pretty obj out)))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue