summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-12-04 22:55:46 +0100
committerLudovic Courtès <ludo@gnu.org>2018-12-05 00:08:28 +0100
commitc16c119d0a7894c42bbe816ec381a0f458f26e6a (patch)
treeecc05876c10ce19cfbb7ae1dc53b495246380e40 /gnu/local.mk
parent040ae1881952c90dae9478e5cfff6aad0ce950da (diff)
downloadgnu-guix-c16c119d0a7894c42bbe816ec381a0f458f26e6a.tar
gnu-guix-c16c119d0a7894c42bbe816ec381a0f458f26e6a.tar.gz
gnu: quilt: Use shorter file names for patches.
We were reaching the 99-character limit of POSIX tar. * gnu/packages/patches/quilt-compat-getopt-fix-option-with-nondigit-param.patch: Rename to... * gnu/packages/patches/quilt-getopt-nondigit-param.patch: ... this. * gnu/packages/patches/quilt-compat-getopt-fix-second-separator.patch: Rename to... * gnu/packages/patches/quilt-getopt-second-separator.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/patchutils.scm (quilt)[source](patches): Likewise.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 53a3547559..d2407bb80e 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1119,8 +1119,8 @@ dist_patch_DATA = \
%D%/packages/patches/quagga-reproducible-build.patch \
%D%/packages/patches/quickswitch-fix-dmenu-check.patch \
%D%/packages/patches/quilt-test-fix-regex.patch \
- %D%/packages/patches/quilt-compat-getopt-fix-second-separator.patch \
- %D%/packages/patches/quilt-compat-getopt-fix-option-with-nondigit-param.patch \
+ %D%/packages/patches/quilt-getopt-nondigit-param.patch \
+ %D%/packages/patches/quilt-getopt-second-separator.patch \
%D%/packages/patches/qtwebkit-pbutils-include.patch \
%D%/packages/patches/randomjungle-disable-static-build.patch \
%D%/packages/patches/rapicorn-isnan.patch \