diff options
author | Leo Famulari <leo@famulari.name> | 2016-03-01 20:37:20 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-03-01 20:47:11 -0500 |
commit | eb8065cd279b453d6bd696604e3b85357e9cb0ff (patch) | |
tree | 3c688e9a453c869b3374267090a53bc95f0afb46 /gnu-system.am | |
parent | 6150b5c780d1578bba596ebab51d1c7731d60bfd (diff) | |
download | patches-eb8065cd279b453d6bd696604e3b85357e9cb0ff.tar patches-eb8065cd279b453d6bd696604e3b85357e9cb0ff.tar.gz |
gnu: ilmbase: Fix typo in adding a patch.
* gnu-system.am (dist_patch_DATA): Fix typo.
5e8276dcf4e3a05f69176dca816f00616e7f0593
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |