Changeset 80 in MondoRescue


Ignore:
Timestamp:
Oct 20, 2005, 3:56:44 PM (19 years ago)
Author:
bcornec
Message:

Apply r79 of 2.04_berlios branch to trunk

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo.spec

    r65 r80  
    135135%{_libdir}/*
    136136
    137 %{!?_without_xmondo:%files xmondo}
    138 %{!?_without_xmondo:%{_sbindir}/xmondo}
    139 %{!?_without_xmondo:%{_libdir}/libXmondo-%{libversion}.so}
    140 %{!?_without_xmondo:%{_libdir}/libXmondo.so}
    141 %{!?_without_xmondo:%{_datadir}/mondo/mondo.png}
     137#%{!?_without_xmondo:%files xmondo}
     138#%{!?_without_xmondo:%{_sbindir}/xmondo}
     139#%{!?_without_xmondo:%{_libdir}/libXmondo-%{libversion}.so}
     140#%{!?_without_xmondo:%{_libdir}/libXmondo.so}
     141#%{!?_without_xmondo:%{_datadir}/mondo/mondo.png}
    142142
    143143%changelog
  • trunk/tools/mkdeliv

    r77 r80  
    4343scp -p ${tgz} ${SVNAUTH}:${DSTDIR}/src
    4444ssh ${SVNAUTH} "mkdir -p ${DSTDIR}/${ddir}/${dver}"
    45 echo "Packages delivery to {SVNAUTH}:${DSTDIR}/${ddir}/${dver}"
     45echo "Packages delivery to ${SVNAUTH}:${DSTDIR}/${ddir}/${dver}"
    4646scp -p ${rpms} ${SVNAUTH}:${DSTDIR}/${ddir}/${dver}
    4747scp -p ${srpms} ${SVNAUTH}:${DSTDIR}/${ddir}/${dver}
Note: See TracChangeset for help on using the changeset viewer.