Changeset 53
- Timestamp:
- 04/07/06 17:51:50 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild
r52 r53 845 845 foreach my $specbit (keys %{$pkgdata{main}} ) { 846 846 next if $specbit eq 'source'; 847 $paxcmd .= "SOURCES/$pkgdata{main}{$specbit} " if $specbit =~ /^ (source|patch)/;847 $paxcmd .= "SOURCES/$pkgdata{main}{$specbit} " if $specbit =~ /^patch/; 848 848 ##buglet: need to deal with case where patches are listed as URLs? 849 849 # or other extended pathnames? Silly !@$%^&!%%!%!! user! 850 } 851 852 foreach my $source (keys %{$pkgdata{sources}}) { 853 $paxcmd .= "SOURCES/$pkgdata{sources}{$source} "; 850 854 } 851 855
Note:
See TracChangeset
for help on using the changeset viewer.