Changeset 424 in MondoRescue for branches/stable/tools


Ignore:
Timestamp:
Feb 21, 2006, 10:48:23 PM (18 years ago)
Author:
bcornec
Message:

mondo now uses /usr/share for the restore-scripts (/usr/lib should contains binary only) - this also makes rpmlint happier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/mkrpm

    r423 r424  
    2929    mkdir -p ${TOPDIR}/SOURCES
    3030    $TOOLHOME/mkspec ${MINDI_VER} mindi-kernel-${MINDI_VER}/mindi-kernel.spec > ${TOPDIR}/SPECS/mindi-kernel.spec
     31    chmod 644 ${TOPDIR}/SPECS/mindi-kernel.spec
    3132    pkg1="${TOPDIR}/RPMS/${ARCH}/mindi-kernel-${MINDI_VER}-${REVISION}${suf}.${ARCH}.rpm"
    3233    pkg="$pkg $pkg1"
     
    3637    cd ${BASE}/svn
    3738    $TOOLHOME/mkspec ${MINDI_VER} mindi-${MINDI_VER}/distributions/rpm/mindi.spec > ${TOPDIR}/SPECS/mindi.spec
     39    cat mindi-${MINDI_VER}/distributions/$dfam/changelog >> ${TOPDIR}/SPECS/mindi.spec
     40    chmod 644 ${TOPDIR}/SPECS/mindi.spec
    3841    rm -rf mindi-${MINDI_VER}/distributions
    3942    mkdir -p ${TOPDIR}/SOURCES
     
    4851    cd ${BASE}/svn
    4952    $TOOLHOME/mkspec ${MONDO_VER} mondo-${MONDO_VER}/distributions/rpm/mondo.spec > ${TOPDIR}/SPECS/mondo.spec
     53    cat mondo-${MONDO_VER}/distributions/$dfam/changelog >> ${TOPDIR}/SPECS/mondo.spec
     54    chmod 644 ${TOPDIR}/SPECS/mondo.spec
    5055    rm -rf mondo-${MONDO_VER}/distributions
    5156
Note: See TracChangeset for help on using the changeset viewer.