From eb8065cd279b453d6bd696604e3b85357e9cb0ff Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 1 Mar 2016 20:37:20 -0500 Subject: [PATCH] gnu: ilmbase: Fix typo in adding a patch. * gnu-system.am (dist_patch_DATA): Fix typo. 5e8276dcf4e3a05f69176dca816f00616e7f0593 --- gnu-system.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu-system.am b/gnu-system.am index 5e2be0b709..526e991beb 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -529,7 +529,7 @@ dist_patch_DATA = \ gnu/packages/patches/icu4c-CVE-2014-6585.patch \ gnu/packages/patches/icu4c-CVE-2015-1270.patch \ gnu/packages/patches/icu4c-CVE-2015-4760.patch \ - gnu/packages/patches/ilmbase-fix-texts.patch \ + gnu/packages/patches/ilmbase-fix-tests.patch \ gnu/packages/patches/imagemagick-test-segv.patch \ gnu/packages/patches/irrlicht-mesa-10.patch \ gnu/packages/patches/jasper-CVE-2007-2721.patch \