Changeset 445 in MondoRescue for branches/stable/tools


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

Fix a bug for where to find spec file (family was incorrect)
mondo depends on mindi > 1.0.7

Location:
branches/stable/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/mkqemu

    r441 r445  
    4747EOF
    4848
    49 ipvm=10.0.2.16
     49ipvm=10.0.2.15
    5050sp=2222
    5151
  • branches/stable/tools/mkspec

    r388 r445  
    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.