[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: synfigstudio: Fix patch name in 'gnu/local.mk'.
From: |
Leo Famulari |
Subject: |
02/02: gnu: synfigstudio: Fix patch name in 'gnu/local.mk'. |
Date: |
Sun, 28 May 2017 14:35:01 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 5cd0122e60edc9ed0ee365aebef960cf89f0fd19
Author: Leo Famulari <address@hidden>
Date: Sun May 28 14:33:21 2017 -0400
gnu: synfigstudio: Fix patch name in 'gnu/local.mk'.
This is a followup to commit 2ac2b17251be51778963e6ced0b83e461d175d01.
* gnu/local.mk (dist_patch_DATA): Fix typo.
---
gnu/local.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index 2e60585..1937da8 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -990,7 +990,7 @@ dist_patch_DATA =
\
%D%/packages/patches/superlu-dist-scotchmetis.patch \
%D%/packages/patches/swish-e-search.patch \
%D%/packages/patches/swish-e-format-security.patch \
- %D%/packages/patches/synfigstudio-fix-ui-with-gtk3.patch.patch \
+ %D%/packages/patches/synfigstudio-fix-ui-with-gtk3.patch \
%D%/packages/patches/t1lib-CVE-2010-2642.patch \
%D%/packages/patches/t1lib-CVE-2011-0764.patch \
%D%/packages/patches/t1lib-CVE-2011-1552+CVE-2011-1553+CVE-2011-1554.patch
\