gnu: gpm: Fix build.
* gnu/packages/linux.scm (gpm)[arguments]: Patch autogen.sh shebang during the 'boottstrap phase.
This commit is contained in:
parent
b82c63d013
commit
77bb6c227b
1 changed files with 2 additions and 0 deletions
|
@ -3126,6 +3126,8 @@ (define-public gpm
|
|||
(lambda _
|
||||
;; The tarball was not generated with 'make dist' so we
|
||||
;; need to bootstrap things ourselves.
|
||||
(substitute* "autogen.sh"
|
||||
(("/bin/sh") (which "sh")))
|
||||
(and (zero? (system* "./autogen.sh"))
|
||||
(begin
|
||||
(patch-makefile-SHELL "Makefile.include.in")
|
||||
|
|
Loading…
Reference in a new issue