gnu: libarchive: Fix typo.
* gnu/packages/backup.scm (libarchive)[arguments]: Adjust the 'patch-pwd phase to eliminate syntax error.
This commit is contained in:
parent
4e080fbb0b
commit
6266b8bcf7
|
@ -211,8 +211,8 @@ backups (called chunks) to allow easy burning to CD/DVD.")
|
||||||
(add-before 'build 'patch-pwd
|
(add-before 'build 'patch-pwd
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("/bin/pwd") (which "pwd"))
|
(("/bin/pwd") (which "pwd")))
|
||||||
#t)))
|
#t))
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
;; XXX: The test_owner_parse, test_read_disk, and
|
;; XXX: The test_owner_parse, test_read_disk, and
|
||||||
|
|
Loading…
Reference in New Issue