changeset 4125:1c07ed56b880

Fix texinfo patch missing semicoon (Bug #46637) * src/mingw-texinfo-1-fixes.patch: add missing seimicolon to patch
author "lostbard" <john.donoghue@ieee.org>
date Tue, 19 Apr 2016 09:55:48 -0400
parents 5ae69991eaa1
children d9b98f1123cc
files src/mingw-texinfo-1-fixes.patch
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mingw-texinfo-1-fixes.patch	Tue Apr 05 17:18:50 2016 -0400
+++ b/src/mingw-texinfo-1-fixes.patch	Tue Apr 19 09:55:48 2016 -0400
@@ -80,7 +80,7 @@
       = fileparse($0, '.pl');
  
 -  my $datadir = '@datadir@';
-+  my $datadir = '/usr/share'
++  my $datadir = '/usr/share';
    my $package = '@PACKAGE@';
    my $updir = File::Spec->updir();