Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
de7566dfcb
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      package/import/cpan/hosted_cpan.pl

+ 2
- 1
package/import/cpan/hosted_cpan.pl

@ -97,7 +97,8 @@ matched:
print S "\t\t;;\n";
print C "bool 'Building package $mod (cpan-$xmod)' ROCKCFG_PKG_CPAN_$ymod 1\n";
print C "if [ \$ROCKCFG_PKG_CPAN_$ymod = 1 ]; then pkgfork cpan cpan-$xmod priority $hosted{$key}; fi\n\n";
print C "if [ \"\$ROCKCFG_PKG_CPAN_$ymod\" = 1 ]; then pkgfork cpan cpan-$xmod ".
"status X priority $hosted{$key}; fi\n\n";
delete $hosted{$key};
}

Loading…
Cancel
Save