Browse Source

git: fixed to install perl modules into vendor directory

stable/0.2
Christian Wiese 14 years ago
parent
commit
ae6465e8ea
  1. 3
      develop/git/git.conf

3
develop/git/git.conf

@ -21,6 +21,9 @@ done
var_append makeopt ' ' 'gitweb' 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 ' ' 'gitwebdir=$root$docdir/gitweb'
var_append makeinstopt ' ' 'install-gitweb' var_append makeinstopt ' ' 'install-gitweb'

Loading…
Cancel
Save