From ae6465e8ea1d2e5a0c705a6ea0e0dbdf484c3652 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sat, 28 May 2011 18:48:35 +0200 Subject: [PATCH] git: fixed to install perl modules into vendor directory --- develop/git/git.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/develop/git/git.conf b/develop/git/git.conf index 4ebd057ea..6ee346176 100644 --- a/develop/git/git.conf +++ b/develop/git/git.conf @@ -21,6 +21,9 @@ done var_append makeopt ' ' 'gitweb' +# install perl modules into 'vendor_perl' directory +var_append makeinstopt ' ' "INSTALLDIRS=vendor" + var_append makeinstopt ' ' 'gitwebdir=$root$docdir/gitweb' var_append makeinstopt ' ' 'install-gitweb'