comparison src/mingw-texinfo-1-fixes.patch @ 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 28a83a566666
children e50cac70e5a7
comparison
equal deleted inserted replaced
4124:5ae69991eaa1 4125:1c07ed56b880
78 @@ -50,7 +50,7 @@ 78 @@ -50,7 +50,7 @@
79 my ($real_command_name, $command_directory, $command_suffix) 79 my ($real_command_name, $command_directory, $command_suffix)
80 = fileparse($0, '.pl'); 80 = fileparse($0, '.pl');
81 81
82 - my $datadir = '@datadir@'; 82 - my $datadir = '@datadir@';
83 + my $datadir = '/usr/share' 83 + my $datadir = '/usr/share';
84 my $package = '@PACKAGE@'; 84 my $package = '@PACKAGE@';
85 my $updir = File::Spec->updir(); 85 my $updir = File::Spec->updir();
86 86