summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-01-04 11:16:27 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-01-04 11:22:03 +0100
commit1f66dd0cfcbd9fbcb8545d21a8d58560ad281731 (patch)
tree6c192f4f29f5981322f606aed73fcb374a6214ea /gnu
parenta8f15711508abab85cba3174f68a4343a15fb116 (diff)
gnu: Correct file prefix.
* gnu/local.mk (dist_patch_DATA): Use "%D%" instead of "gnu" as prefix for tootle patch files.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/local.mk6
1 files 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 \