git: fixed to install perl modules into vendor directory

This commit is contained in:
Christian Wiese
2011-05-28 18:48:35 +02:00
parent e95f596614
commit ae6465e8ea
+3
View File
@@ -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'