gnu: gpm: Fix build. * gnu/packages/linux.scm (gpm)[arguments]: Patch autogen.sh shebang during the 'boottstrap phase.
1 files changed, 2 insertions(+), 0 deletions(-) M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -0
@@ 3126,6 3126,8 @@ write access to exFAT devices.") (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")