Hello,

I had a small 'make' problem today after pulling from git master; it was
caused by a benign typo in local.mk introduced in commit
2ac2b17251be51778963e6ced0b83e461d175d01. The following patch fixes
that.

Thanks,

Maxim

From b3353d82758a06ad17e019aad37cf0a1084e9de6 Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.courno...@gmail.com>
Date: Sun, 28 May 2017 12:17:12 -0700
Subject: [PATCH] gnu: synfigstudio: Fix patch file name.

* gnu/local.mk (dist_patch_DATA): Fix patch file name.
---
 gnu/local.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 9ef9f95533..15e60181d4 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -993,7 +993,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		\
-- 
2.13.0

Attachment: signature.asc
Description: PGP signature

Reply via email to