gnu: libarchive: Fix typo.

* gnu/packages/backup.scm (libarchive)[arguments]: Adjust the 'patch-pwd
phase to eliminate syntax error.
This commit is contained in:
Efraim Flashner 2017-11-01 23:37:54 +02:00
parent 4e080fbb0b
commit 6266b8bcf7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -211,8 +211,8 @@ backups (called chunks) to allow easy burning to CD/DVD.")
(add-before 'build 'patch-pwd
(lambda _
(substitute* "Makefile"
(("/bin/pwd") (which "pwd"))
#t)))
(("/bin/pwd") (which "pwd")))
#t))
(replace 'check
(lambda _
;; XXX: The test_owner_parse, test_read_disk, and