Changeset 2383
- Timestamp:
- 09/07/06 20:44:53 (7 years ago)
- Files:
-
- modules/branches/2.2/publish.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/publish.pl
r2305 r2383 27 27 ($md5sum, $null) = split(/ /, $md5); 28 28 $newxml =~ s/<md5sum>.+<\/md5sum>/<md5sum>$md5sum<\/md5sum>/; 29 $newxml =~ s/<location>.+<\/location>/<location>$reldir \/$rver\/$filename<\/location>/;29 $newxml =~ s/<location>.+<\/location>/<location>$reldir$rver\/$filename<\/location>/; 30 30 open FH, ">$moddir/module.xml"; 31 31 print FH $newxml;
