guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/3] gnu: cups-filters: Look for test page in own output dir.


From: Ludovic Courtès
Subject: Re: [PATCH 1/3] gnu: cups-filters: Look for test page in own output dir.
Date: Mon, 10 Oct 2016 23:50:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Andy Wingo <address@hidden> skribis:

> * gnu/packages/cups.scm (cups-filters): Update to look for the test page
>   template in the cups-filter output dir, as cups and cups-filter do not
>   share an output dir.

I’ve applied this one on core-updates as
085cca5bc1d8ca6b3d7d01e4a5c4f0f3886e7fbc.

> +                  (substitute* '("configure.ac" "configure")
> +                    (("\\{CUPS_DATADIR\\}/data")
> +                     "{PREFIX}/share/cups/data"))))))

I changed it to only patch ‘configure’, not ‘configure.ac’, as you
suggested on IRC this morning.  I also changed “PREFIX” to “prefix” so
that it would do what we intended (I checked by running “strings
bannertopdf | grep /data” that we got the right file name.)

Thanks!

Ludo’.



reply via email to

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