]> git.pld-linux.org Git - packages/ekg2.git/commitdiff
- INSTALLDIRS: perl -> vendor (thx qboosh)
authorsparky <sparky@pld-linux.org>
Mon, 3 Oct 2005 23:13:39 +0000 (23:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ekg2-perl-install.patch -> 1.2

ekg2-perl-install.patch

index c97ce70076b9037146d394ccecdb3062de83e160..ea9d0a016160b6475b9fb59202c264c3056c0c7b 100644 (file)
@@ -5,7 +5,7 @@ diff -ur ekg2-20050930.ble/plugins/perl/common/Makefile.PL ekg2-20050930/plugins
                'LIBS' => '',
              'OBJECT' => '$(O_FILES)',
                'INC' => '-I../../.. ',
-+            'INSTALLDIRS' => 'perl',
++            'INSTALLDIRS' => 'vendor',
              'VERSION_FROM' => './Ekg2.pm');
 diff -ur ekg2-20050930.ble/plugins/perl/irc/Makefile.PL ekg2-20050930/plugins/perl/irc/Makefile.PL
 --- ekg2-20050930.ble/plugins/perl/irc/Makefile.PL     2005-09-29 12:50:21.000000000 +0000
@@ -14,5 +14,5 @@ diff -ur ekg2-20050930.ble/plugins/perl/irc/Makefile.PL ekg2-20050930/plugins/pe
              'OBJECT' => '$(O_FILES)',
                'TYPEMAPS' => ['../common/typemap'],
                'INC' => '-I../../.. -I../../irc ',
-+            'INSTALLDIRS' => 'perl',
++            'INSTALLDIRS' => 'vendor',
              'VERSION_FROM' => './Irc.pm');
This page took 0.070759 seconds and 4 git commands to generate.