Fix tar file mode
This commit is contained in:
parent
88bf324459
commit
dffbe974b3
2
tar.sld
2
tar.sld
|
@ -112,7 +112,7 @@
|
||||||
(let* ((before-checksum
|
(let* ((before-checksum
|
||||||
(bytevector-append
|
(bytevector-append
|
||||||
(tar-string 100 filename)
|
(tar-string 100 filename)
|
||||||
(tar-octal 8 #x444)
|
(tar-octal 8 #o444)
|
||||||
(tar-octal 8 0)
|
(tar-octal 8 0)
|
||||||
(tar-octal 8 0)
|
(tar-octal 8 0)
|
||||||
(tar-octal 12 (bytevector-length bytes))
|
(tar-octal 12 (bytevector-length bytes))
|
||||||
|
|
Loading…
Reference in New Issue