Browse Source

Clifford Wolf:


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

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

@ -84,6 +84,11 @@ cpan_getdesc() {
hook_add postinstall 8 "cpan_getdesc $cpanmod"
# don't put .packlist files to package list. they
# create shared files conflicts and we already have our
# own package management system for this cpan packages.
var_append flist''del "|" "usr/lib/perl.*/\.packlist"
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