Changeset 542 in MondoRescue for branches/stable/tools/mkspec


Ignore:
Timestamp:
May 13, 2006, 8:48:41 PM (18 years ago)
Author:
bcornec
Message:

merge -r436:517 $SVN_M/branches/2.0.7
stable is now again at 2.0.8 initial

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/mkspec

    r541 r542  
    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"
     
    2525cat >> /tmp/mondorescue.mc << EOF
    2626define(\`RRR', ${REVISION}${suf})dnl
     27define(\`EEE', ${REVISION})dnl
    2728define(\`VVV', ${1})dnl
    2829EOF
Note: See TracChangeset for help on using the changeset viewer.