diff mbox series

[bug#57375] Acknowledgement ([PATCH] gnu: fix cups 'install-cups-filters-symlinks phase)

Message ID CAGJuR-7NoDrkKML5o2NeRckD1ustvNSCGYKBR1x01it+3AKJ_A@mail.gmail.com
State New
Headers show
Series [bug#57375] Acknowledgement ([PATCH] gnu: fix cups 'install-cups-filters-symlinks phase) | expand

Commit Message

Grigory Shepelev Oct. 19, 2023, 4:24 a.m. UTC
It's better late than never.

Created a new patch on top of the current master. I guess core updates vere
already merged.

ср, 24 авг. 2022 г. в 10:47, GNU bug Tracking System <help-debbugs@gnu.org>:

> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  guix-patches@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 57375@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 57375: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57375
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems
>
diff mbox series

Patch

From d9adcfee3f33c7f64a274675d2f8e28e8b4e3c0f Mon Sep 17 00:00:00 2001
From: Grigory Shepelev <shegeley@gmail.com>
Date: Thu, 19 Oct 2023 07:18:53 +0300
Subject: [PATCH] cups: fix filters

---
 gnu/packages/cups.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 647b89dc03..2b6e38d083 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -441,7 +441,7 @@  (define-public cups
                   (for-each
                    (lambda (f)
                      (symlink f
-                              (string-append out "/lib/cups/filter"
+                              (string-append out "/lib/cups/filter/"
                                              (basename f))))
                    (find-files (string-append cups-filters "/lib/cups/filter")))
 
-- 
2.41.0