Changeset 108


Ignore:
Timestamp:
06/25/07 13:56:51 (17 years ago)
Author:
kdeugau
Message:

/trunk

Fix bad call to expandmacros() in %build processing - concatenating
the arguments causes Badness.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r107 r108  
    690690        $buildscript .= expandmacros($_,'mgbp');
    691691      } else {
    692         $buildscript .= expandmacros($_.'gp');
     692        $buildscript .= expandmacros($_,'gp');
    693693      }
    694694      next LINE;
Note: See TracChangeset for help on using the changeset viewer.