gnu: pjproject: Remove the make-source-files-writable phase.
This phase is no longer needed since commit
39e67ed697
.
* gnu/packages/telephony.scm (pjproject)[phases]
{make-source-files-writable}: Delete phase.
parent
85b23114e7
commit
7d6afde74c
|
@ -795,11 +795,6 @@ your calls and messages.")
|
|||
"/lib"))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'make-source-files-writable
|
||||
;; Make all the files writable to prevent the following error:
|
||||
;; "autom4te: cannot open aconfigure: Permission denied".
|
||||
(lambda _
|
||||
(for-each make-file-writable (find-files "."))))
|
||||
(add-before 'build 'build-dep
|
||||
(lambda _ (invoke "make" "dep")))
|
||||
;; The check phases is moved after the install phase so to
|
||||
|
|
Reference in New Issue