]> git.pld-linux.org Git - packages/ekg2.git/commitdiff
- new, put perl extensions in %{perl_archlib} dir
authorsparky <sparky@pld-linux.org>
Sat, 1 Oct 2005 00:10:35 +0000 (00:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ekg2-perl-install.patch -> 1.1

ekg2-perl-install.patch [new file with mode: 0644]

diff --git a/ekg2-perl-install.patch b/ekg2-perl-install.patch
new file mode 100644 (file)
index 0000000..c97ce70
--- /dev/null
@@ -0,0 +1,18 @@
+diff -ur ekg2-20050930.ble/plugins/perl/common/Makefile.PL ekg2-20050930/plugins/perl/common/Makefile.PL
+--- ekg2-20050930.ble/plugins/perl/common/Makefile.PL  2005-09-29 12:50:19.000000000 +0000
++++ ekg2-20050930/plugins/perl/common/Makefile.PL      2005-09-30 23:47:13.000000000 +0000
+@@ -4,4 +4,5 @@
+               'LIBS' => '',
+             'OBJECT' => '$(O_FILES)',
+               'INC' => '-I../../.. ',
++            'INSTALLDIRS' => 'perl',
+             '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
++++ ekg2-20050930/plugins/perl/irc/Makefile.PL 2005-09-30 23:46:53.000000000 +0000
+@@ -5,4 +5,5 @@
+             'OBJECT' => '$(O_FILES)',
+               'TYPEMAPS' => ['../common/typemap'],
+               'INC' => '-I../../.. -I../../irc ',
++            'INSTALLDIRS' => 'perl',
+             'VERSION_FROM' => './Irc.pm');
This page took 0.134253 seconds and 4 git commands to generate.