Changeset 80 in MondoRescue
- Timestamp:
- Oct 20, 2005, 3:56:44 PM (20 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/mondo.spec
r65 r80 135 135 %{_libdir}/* 136 136 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} 142 142 143 143 %changelog -
trunk/tools/mkdeliv
r77 r80 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.