[pve-devel] r6367 - corosync/trunk

svn-commits at proxmox.com svn-commits at proxmox.com
Tue Jul 26 12:34:38 CEST 2011


Author: dietmar
Date: 2011-07-26 12:34:38 +0200 (Tue, 26 Jul 2011)
New Revision: 6367

Modified:
   corosync/trunk/Makefile
Log:
fix typo


Modified: corosync/trunk/Makefile
===================================================================
--- corosync/trunk/Makefile	2011-07-26 10:34:09 UTC (rev 6366)
+++ corosync/trunk/Makefile	2011-07-26 10:34:38 UTC (rev 6367)
@@ -19,13 +19,11 @@
 	echo ${DEBS}
 	rm -rf ${CSDIR}
 	tar xf ${CSSRC} 
-	asdasd
 	cp -a debian ${CSDIR}/debian
 	cd ${CSDIR}; dpkg-buildpackage -rfakeroot -b -us -uc
 
 download:
 	rm -rf corosync-${CSVERSION} corosync-${CSVERSION}.orig.tar.gz
-	#git clone git://corosync.org/corosync.git -b v${CSVERSION} corosync-${CSVERSION}
 	git clone git://corosync.org/corosync.git -b flatiron-1.4 corosync-${CSVERSION}
 	cd corosync-${CSVERSION}; ./autogen.sh
 	tar czf corosync-${CSVERSION}.orig.tar.gz corosync-${CSVERSION}/




More information about the pve-devel mailing list