[pve-devel] r6174 - pve-cluster/trunk
svn-commits at proxmox.com
svn-commits at proxmox.com
Mon Jun 27 07:11:44 CEST 2011
Author: dietmar
Date: 2011-06-27 07:11:44 +0200 (Mon, 27 Jun 2011)
New Revision: 6174
Modified:
pve-cluster/trunk/Makefile
Log:
add dinstall target
Modified: pve-cluster/trunk/Makefile
===================================================================
--- pve-cluster/trunk/Makefile 2011-06-27 05:03:40 UTC (rev 6173)
+++ pve-cluster/trunk/Makefile 2011-06-27 05:11:44 UTC (rev 6174)
@@ -14,6 +14,10 @@
cpgtest: cpgtest.c
gcc -Wall cpgtest.c $(shell pkg-config --cflags --libs libcpg libcoroipcc) -o cpgtest
+.PHONY: dinstall
+dinstall: ${DEB}
+ dpkg -i ${DEB}
+
.PHONY: ${DEB}
${DEB}:
rm -rf build
More information about the pve-devel
mailing list