Changeset 46
- Timestamp:
- 02/24/06 16:41:44 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild
r45 r46 481 481 $pkgdata{$pkgname}{conffiles} = 1; # Flag it for later 482 482 my $tmp = $1; # Now we can mangleificationate it. And we probably need to. :/ 483 $tmp = expandmacros($tmp, 'gp'); # Expand common macros 483 484 if ($tmp !~ /\s+/) { 484 485 # Simplest case, just a file. Whew. … … 488 489 # Wot? Spaces? That means extra %-macros. Which, for the most part, can be ignored. 489 490 ($tmp) = ($tmp =~ /.+\s([^\s]+)/); # Strip everything before the last space 490 $tmp = expandmacros($tmp, 'gp'); # Expand common macros491 491 push @{$pkgdata{$pkgname}{conflist}}, $tmp; 492 492 $filelist{$pkgname} .= " $tmp"; … … 509 509 $filelist{$pkgname} .= " $_"; 510 510 } 511 $filelist{$pkgname} = expandmacros($filelist{$pkgname}, 'g ');511 $filelist{$pkgname} = expandmacros($filelist{$pkgname}, 'gp'); 512 512 } # done %file section 513 513
Note:
See TracChangeset
for help on using the changeset viewer.