Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 20 years ago
parent
commit
1dcc19d5d6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package/import/cpan/cpan.conf

+ 2
- 2
package/import/cpan/cpan.conf

@ -67,10 +67,10 @@ then
')
echo_status "MOD=$cpanmod VER=$cpanver LOC=$cpanloc"
[ -f $confdir/$xpkg.diff ] && hook_add preconf 3 "patch -p1 < $confdir/$xpkg.diff"
fi
[ -f $confdir/$xpkg.diff ] && hook_add preconf 4 "patch -p1 < $confdir/$xpkg.diff"
if [ -z "$cpanmod" ]; then
echo_error "Can't resolve cpan module name for $xpkg!"
exit 2

Loading…
Cancel
Save