guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: Correct file prefix.


From: guix-commits
Subject: 02/03: gnu: Correct file prefix.
Date: Wed, 4 Jan 2023 05:23:01 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1f66dd0cfcbd9fbcb8545d21a8d58560ad281731
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 4 11:16:27 2023 +0100

    gnu: Correct file prefix.
    
    * gnu/local.mk (dist_patch_DATA): Use "%D%" instead of "gnu" as prefix for
    tootle patch files.
---
 gnu/local.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 4b6ef757ad..c6b64d021d 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -7,7 +7,7 @@
 # Copyright © 2016, 2017, 2018 Kei Kebreau <kkebreau@posteo.net>
 # Copyright © 2016, 2017 Rene Saavedra <rennes@openmailbox.org>
 # Copyright © 2016 Adonay "adfeno" Felipe Nogueira 
<https://libreplanet.org/wiki/User:Adfeno> <adfeno@openmailbox.org>
-# Copyright © 2016, 2017, 2018, 2019, 2020, 2021, 2022 Ricardo Wurmus 
<rekado@elephly.net>
+# Copyright © 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Ricardo Wurmus 
<rekado@elephly.net>
 # Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
 # Copyright © 2016, 2017, 2018, 2019 Alex Vong <alexvong1995@gmail.com>
 # Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner 
<efraim@flashner.co.il>
@@ -1900,8 +1900,8 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/tk-find-library.patch                   \
   %D%/packages/patches/tla2tools-build-xml.patch               \
   %D%/packages/patches/tlf-support-hamlib-4.2+.patch           \
-  gnu/packages/patches/tootle-glib-object-naming.patch         \
-  gnu/packages/patches/tootle-reason-phrase.patch              \
+  %D%/packages/patches/tootle-glib-object-naming.patch         \
+  %D%/packages/patches/tootle-reason-phrase.patch              \
   %D%/packages/patches/transcode-ffmpeg.patch  \
   %D%/packages/patches/transfig-gcc10-fno-common.patch         \
   %D%/packages/patches/transmission-honor-localedir.patch      \



reply via email to

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