Changeset 88


Ignore:
Timestamp:
04/17/07 16:34:41 (17 years ago)
Author:
kdeugau
Message:

/trunk

Whoops... forgot to *set* the buildarch for the main package in the case
where there is no buildarch specified at all. Not setting this results
in a package with an *empty* arch specification...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r87 r88  
    410410
    411411  my $buildarch = $hostarch;
     412  $pkgdata{main}{arch} = $hostarch;
    412413
    413414LINE: while (<SPECFILE>) {
Note: See TracChangeset for help on using the changeset viewer.