[pve-devel] r6214 - openais/trunk

svn-commits at proxmox.com svn-commits at proxmox.com
Fri Jul 1 07:45:59 CEST 2011


Author: dietmar
Date: 2011-07-01 07:45:59 +0200 (Fri, 01 Jul 2011)
New Revision: 6214

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


Modified: openais/trunk/Makefile
===================================================================
--- openais/trunk/Makefile	2011-07-01 05:42:29 UTC (rev 6213)
+++ openais/trunk/Makefile	2011-07-01 05:45:59 UTC (rev 6214)
@@ -41,3 +41,7 @@
 .phony: clean
 clean:
 	rm -rf *~ debian/*~ *_${ARCH}.deb *.changes *.dsc ${AISDIR}
+
+.PHONY: dinstall
+dinstall: ${DEBS}
+	dpkg -i ${DEBS}




More information about the pve-devel mailing list