[pve-devel] r6213 - corosync/trunk

svn-commits at proxmox.com svn-commits at proxmox.com
Fri Jul 1 07:42:29 CEST 2011


Author: dietmar
Date: 2011-07-01 07:42:29 +0200 (Fri, 01 Jul 2011)
New Revision: 6213

Modified:
   corosync/trunk/Makefile
Log:
add dinstall target


Modified: corosync/trunk/Makefile
===================================================================
--- corosync/trunk/Makefile	2011-06-30 15:27:28 UTC (rev 6212)
+++ corosync/trunk/Makefile	2011-07-01 05:42:29 UTC (rev 6213)
@@ -44,3 +44,7 @@
 .PHONY: clean
 clean:
 	rm -rf *_${ARCH}.deb *.changes *.dsc ${CSDIR} corosync_${CSVERSION}-${CSRELEASE}.tar.gz
+
+.PHONY: dinstall
+dinstall: ${DEBS}
+	dpkg -i ${DEBS}




More information about the pve-devel mailing list