public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-im/ekg2/files: 0001-Gentoo-use-vendor-dirs-for-perl-modules.patch
@ 2011-04-06 15:42 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2011-04-06 15:42 UTC (permalink / raw
  To: gentoo-commits

mgorny      11/04/06 15:42:45

  Added:                0001-Gentoo-use-vendor-dirs-for-perl-modules.patch
  Log:
  Install Perl modules in vendor-dir instead of site-dir. Drop old version. Fixes bug #362231.
  
  (Portage version: 2.2.0_alpha29_p5/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-im/ekg2/files/0001-Gentoo-use-vendor-dirs-for-perl-modules.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg2/files/0001-Gentoo-use-vendor-dirs-for-perl-modules.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg2/files/0001-Gentoo-use-vendor-dirs-for-perl-modules.patch?rev=1.1&content-type=text/plain

Index: 0001-Gentoo-use-vendor-dirs-for-perl-modules.patch
===================================================================
From 804370c1ad2f94937ac9184dbbb40354885ea6be Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
Date: Wed, 6 Apr 2011 16:19:46 +0200
Subject: [PATCH] [Gentoo] use vendor dirs for perl modules.

---
 plugins/perl/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/perl/Makefile.in b/plugins/perl/Makefile.in
index 84d378b..309e2e2 100644
--- a/plugins/perl/Makefile.in
+++ b/plugins/perl/Makefile.in
@@ -594,7 +594,7 @@ all-local:
 	set -e; for dir in $(perl_dirs); do \
 	 cd $$dir && \
 	 if [ ! -f Makefile ]; then \
-	   $(PERL) Makefile.PL; \
+	   $(PERL) Makefile.PL INSTALLDIRS=vendor; \
 	 fi && \
 	 $(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(AM_CFLAGS) $(CFLAGS)" && \
 	 cd ..; \
-- 
1.7.4.1







^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-06 15:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-06 15:42 [gentoo-commits] gentoo-x86 commit in net-im/ekg2/files: 0001-Gentoo-use-vendor-dirs-for-perl-modules.patch Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox