~ruther/guix-local

2ea2baf16c63c8f98f5aa5d557a87b5dd53f3423 — Ludovic Courtès 13 years ago 2aa4fb5
distro: acl: Patch references to /bin/sh.

* distro/packages/acl.scm (acl): Add `patch-makefile-SHELL' phase.
1 files changed, 12 insertions(+), 8 deletions(-)

M distro/packages/acl.scm
M distro/packages/acl.scm => distro/packages/acl.scm +12 -8
@@ 41,15 41,19 @@
    (build-system gnu-build-system)
    (arguments
     `(#:phases
       (alist-replace 'check
                      (lambda _
                        (patch-shebang "test/run")
                        (system* "make" "tests" "-C" "test")
       (alist-cons-after
        'configure 'patch-makefile-SHELL
        (lambda _
          (patch-makefile-SHELL "include/buildmacros"))
        (alist-replace
         'check
         (lambda _
           (system* "make" "tests" "-C" "test")

                        ;; XXX: Ignore the test result since this is
                        ;; dependent on the underlying file system.
                        #t)
                      %standard-phases)))
           ;; XXX: Ignore the test result since this is
           ;; dependent on the underlying file system.
           #t)
         %standard-phases))))
    (inputs `(("attr" ,attr)
              ("gettext" ,guix:gettext)
              ("perl" ,perl)))