unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Grigory Shepelev <shegeley@gmail.com>
To: 57375@debbugs.gnu.org
Subject: [bug#57375] Acknowledgement ([PATCH] gnu: fix cups 'install-cups-filters-symlinks phase)
Date: Thu, 19 Oct 2023 07:24:11 +0300	[thread overview]
Message-ID: <CAGJuR-7NoDrkKML5o2NeRckD1ustvNSCGYKBR1x01it+3AKJ_A@mail.gmail.com> (raw)
In-Reply-To: <handler.57375.B.16613272157962.ack@debbugs.gnu.org>


[-- Attachment #1.1: Type: text/plain, Size: 994 bytes --]

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
>

[-- Attachment #1.2: Type: text/html, Size: 1742 bytes --]

[-- Attachment #2: 0001-cups-fix-filters.patch --]
[-- Type: text/x-patch, Size: 853 bytes --]

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


      parent reply	other threads:[~2023-10-19  4:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-24  7:46 [bug#57375] [PATCH] gnu: fix cups 'install-cups-filters-symlinks phase Grigory Shepelev
2022-08-26 14:07 ` Mathieu Othacehe
2023-01-03 22:21   ` Maxim Cournoyer
     [not found] ` <handler.57375.B.16613272157962.ack@debbugs.gnu.org>
2023-10-19  4:24   ` Grigory Shepelev [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGJuR-7NoDrkKML5o2NeRckD1ustvNSCGYKBR1x01it+3AKJ_A@mail.gmail.com \
    --to=shegeley@gmail.com \
    --cc=57375@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).