Andy Wingo <[email protected]> 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’.