- Timestamp:
- 08/02/07 17:52:09 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild
r124 r125 1129 1129 open CONFLIST, ">$buildroot/$pkg/DEBIAN/conffiles"; 1130 1130 foreach my $conffile (@{$pkgdata{$pkg}{conflist}}) { 1131 $conffile = expandmacros($conffile, 'g'); 1131 1132 my @tmp = glob "$buildroot/$pkg/$conffile"; 1132 1133 foreach (@tmp) { … … 1579 1580 $macrostring =~ s|%{_arch}|$hostarch|g; 1580 1581 $macrostring =~ s|%{optflags}|$optflags{$hostarch}|g; 1582 $macrostring =~ s|%{_vendor}|$specglobals{'_vendor'}|g; 1581 1583 1582 1584 # should probably stick a "no runaway" flag in here... Just In Case...
Note:
See TracChangeset
for help on using the changeset viewer.