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


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

Stable is reverted to r436 (2.0.7) to put it in line with 2.0.8 and start from there over

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/mkspec

    r460 r541  
    1212if [ -f ${dir}/../$ddir/spec.m4 ]; then
    1313    inc=${dir}/../$ddir/spec.m4
    14 elif [ -f ${dir}/../$dfam/spec.m4 ]; then
    15     inc=${dir}/../$dfam/spec.m4
     14elif [ -f ${dir}/../$ddmir/spec.m4 ]; then
     15    inc=${dir}/../$ddmir/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
    27 define(\`EEE', ${REVISION})dnl
    2827define(\`VVV', ${1})dnl
    2928EOF
Note: See TracChangeset for help on using the changeset viewer.