[pve-devel] r6248 - redhat-cluster/trunk
svn-commits at proxmox.com
svn-commits at proxmox.com
Thu Jul 7 06:20:32 CEST 2011
Author: dietmar
Date: 2011-07-07 06:20:32 +0200 (Thu, 07 Jul 2011)
New Revision: 6248
Modified:
redhat-cluster/trunk/Makefile
Log:
add dinstall target (thanks to Seth)
Modified: redhat-cluster/trunk/Makefile
===================================================================
--- redhat-cluster/trunk/Makefile 2011-07-06 11:13:58 UTC (rev 6247)
+++ redhat-cluster/trunk/Makefile 2011-07-07 04:20:32 UTC (rev 6248)
@@ -38,4 +38,8 @@
rm -rf cluster.git
clean:
- rm -rf *~ *.deb cluster-${RHCVER} ${PACKAGE}_* ${PACKAGE}-dev_*
\ No newline at end of file
+ rm -rf *~ *.deb cluster-${RHCVER} ${PACKAGE}_* ${PACKAGE}-dev_*
+
+.PHONY: dinstall
+dinstall: ${DEBS}
+ dpkg -i ${DEBS}
More information about the pve-devel
mailing list