emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32033: closed ([PATCH] gnu: ikiwiki: Include auto


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32033: closed ([PATCH] gnu: ikiwiki: Include auto setup files in output)
Date: Tue, 03 Jul 2018 13:45:02 +0000

Your message dated Tue, 03 Jul 2018 15:44:21 +0200
with message-id <address@hidden>
and subject line Re: [bug#32033] [PATCH] gnu: ikiwiki: Include auto setup files 
in output
has caused the debbugs.gnu.org bug report #32033,
regarding [PATCH] gnu: ikiwiki: Include auto setup files in output
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32033: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32033
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: ikiwiki: Include auto setup files in output Date: Mon, 2 Jul 2018 12:38:21 +0100
* gnu/packages/web.scm(ikiwiki)[arguments]: Add patch-Makefile phase
---
 gnu/packages/web.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index dd1e63e..c923951 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4376,6 +4376,11 @@ NetSurf project.")
                  "        addenv(\"PERL5LIB\", \""
                  (getenv "PERL5LIB")
                  "\");")))))
+         (add-after 'patch-source-shebangs 'patch-Makefile
+           (lambda _
+             (substitute* "Makefile.PL"
+               (("SYSCONFDIR\\?=") "SYSCONFDIR?=$(PREFIX)"))
+             #t))
          (add-after 'install 'wrap-programs
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out  (assoc-ref outputs "out"))
-- 
1.8.3.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32033] [PATCH] gnu: ikiwiki: Include auto setup files in output Date: Tue, 03 Jul 2018 15:44:21 +0200 User-agent: Notmuch/0.27 (https://notmuchmail.org) Emacs/26.1 (x86_64-pc-linux-gnu)
Hello!

Paul Garlick <address@hidden> writes:

> * gnu/packages/web.scm(ikiwiki)[arguments]: Add patch-Makefile phase

[...]

> +         (add-after 'patch-source-shebangs 'patch-Makefile
> +           (lambda _
> +             (substitute* "Makefile.PL"
> +               (("SYSCONFDIR\\?=") "SYSCONFDIR?=$(PREFIX)"))
> +             #t))

I'm not too familiar with Perl packaging, but could this be solved
by passing the equivalent of "--sysconfdir" somewhere, like we do in
gnu-build-system?

I could not find any examples in (gnu packages perl) however, so I've
applied this as-is.  Thank you!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]