diff options
Diffstat (limited to 'www/otrs/files/patch-bin-otrs.CheckModules.pl')
-rw-r--r-- | www/otrs/files/patch-bin-otrs.CheckModules.pl | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/otrs/files/patch-bin-otrs.CheckModules.pl b/www/otrs/files/patch-bin-otrs.CheckModules.pl new file mode 100644 index 000000000000..c92600cd555a --- /dev/null +++ b/www/otrs/files/patch-bin-otrs.CheckModules.pl @@ -0,0 +1,19 @@ +--- bin/otrs.CheckModules.pl.orig 2015-05-11 14:29:06 UTC ++++ bin/otrs.CheckModules.pl +@@ -42,7 +42,6 @@ BEGIN { + } + } + +-use Linux::Distribution; + use ExtUtils::MakeMaker; + use File::Path; + use Getopt::Long; +@@ -103,7 +102,7 @@ our %DistToInstType = ( + win32as => 'ppm', + ); + +-our $OSDist = Linux::Distribution::distribution_name() || ''; ++our $OSDist = ''; + + # set win32as if active state perl is installed on windows. + # for windows installations without active state perl we use the default. |