]> git.pld-linux.org Git - packages/ekg2.git/blob - ekg2-perl-install.patch
- release 7 (by relup.sh)
[packages/ekg2.git] / ekg2-perl-install.patch
1 diff -ur ekg2-20050930.ble/plugins/perl/common/Makefile.PL ekg2-20050930/plugins/perl/common/Makefile.PL
2 --- ekg2-20050930.ble/plugins/perl/common/Makefile.PL   2005-09-29 12:50:19.000000000 +0000
3 +++ ekg2-20050930/plugins/perl/common/Makefile.PL       2005-09-30 23:47:13.000000000 +0000
4 @@ -4,4 +4,5 @@
5                'LIBS' => '',
6               'OBJECT' => '$(O_FILES)',
7                'INC' => '-I../../.. ',
8 +             'INSTALLDIRS' => 'vendor',
9               'VERSION_FROM' => './Ekg2.pm');
10 diff -ur ekg2-20050930.ble/plugins/perl/irc/Makefile.PL ekg2-20050930/plugins/perl/irc/Makefile.PL
11 --- ekg2-20050930.ble/plugins/perl/irc/Makefile.PL      2005-09-29 12:50:21.000000000 +0000
12 +++ ekg2-20050930/plugins/perl/irc/Makefile.PL  2005-09-30 23:46:53.000000000 +0000
13 @@ -5,4 +5,5 @@
14               'OBJECT' => '$(O_FILES)',
15                'TYPEMAPS' => ['../common/typemap'],
16                'INC' => '-I../../.. -I../../irc ',
17 +             'INSTALLDIRS' => 'vendor',
18               'VERSION_FROM' => './Irc.pm');
This page took 0.057002 seconds and 3 git commands to generate.