Changeset 446 in MondoRescue


Ignore:
Timestamp:
Mar 16, 2006, 1:19:17 AM (18 years ago)
Author:
bcornec
Message:

fix a bug where family spec where not taken in account

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0.7/tools/mkspec

    r388 r446  
    1212if [ -f ${dir}/../$ddir/spec.m4 ]; then
    1313    inc=${dir}/../$ddir/spec.m4
    14 elif [ -f ${dir}/../$ddmir/spec.m4 ]; then
    15     inc=${dir}/../$ddmir/spec.m4
     14elif [ -f ${dir}/../$dfam/spec.m4 ]; then
     15    inc=${dir}/../$dfam/spec.m4
    1616else
    1717    echo "Unable to build RPM for this distro. Please report to authors"
Note: See TracChangeset for help on using the changeset viewer.