Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 17 years ago
parent
commit
5bbee399b4
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      package/import/cpan/cpan.conf

+ 3
- 0
package/import/cpan/cpan.conf

@ -89,6 +89,9 @@ hook_add postinstall 8 "cpan_getdesc $cpanmod"
# own package management system for this cpan packages.
var_append flist''del "|" "usr/lib/perl.*/\.packlist"
# Quick & Dirty hack for the perllocal problem
. $base/package/base/perl5/perllocal_hack.sh
if [ -f $confdir/$xpkg.diff ]; then hook_add preconf 4 "patch -p1 < $confdir/$xpkg.diff"; fi
if [ -f $confdir/$xpkg.conf ]; then source $confdir/$xpkg.conf; fi

Loading…
Cancel
Save