Changeset 79 in MondoRescue for branches/2.04_berlios
- Timestamp:
- Oct 20, 2005, 3:54:51 PM (20 years ago)
- Location:
- branches/2.04_berlios
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.04_berlios/mondo/mondo.spec
r64 r79 129 129 %{_libdir}/* 130 130 131 %{!?_without_xmondo:%files xmondo}132 %{!?_without_xmondo:%{_sbindir}/xmondo}133 %{!?_without_xmondo:%{_libdir}/libXmondo-%{libversion}.so}134 %{!?_without_xmondo:%{_libdir}/libXmondo.so}135 %{!?_without_xmondo:%{_datadir}/mondo/mondo.png}131 #%{!?_without_xmondo:%files xmondo} 132 #%{!?_without_xmondo:%{_sbindir}/xmondo} 133 #%{!?_without_xmondo:%{_libdir}/libXmondo-%{libversion}.so} 134 #%{!?_without_xmondo:%{_libdir}/libXmondo.so} 135 #%{!?_without_xmondo:%{_datadir}/mondo/mondo.png} 136 136 137 137 %changelog -
branches/2.04_berlios/tools/mkdeliv
r76 r79 43 43 scp -p ${tgz} ${SVNAUTH}:${DSTDIR}/src 44 44 ssh ${SVNAUTH} "mkdir -p ${DSTDIR}/${ddir}/${dver}" 45 echo "Packages delivery to {SVNAUTH}:${DSTDIR}/${ddir}/${dver}"45 echo "Packages delivery to ${SVNAUTH}:${DSTDIR}/${ddir}/${dver}" 46 46 scp -p ${rpms} ${SVNAUTH}:${DSTDIR}/${ddir}/${dver} 47 47 scp -p ${srpms} ${SVNAUTH}:${DSTDIR}/${ddir}/${dver}
Note:
See TracChangeset
for help on using the changeset viewer.