]> git.proxmox.com Git - vzquota.git/blobdiff - Makefile
set RELEASE=3
[vzquota.git] / Makefile
index 8e44951b2af20452421b1dc3cb71912135f077ce..f3498febde3442c7b8e6ce6f821acaba42bdf9a1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-RELEASE=2.2
+RELEASE=3.0
 
 # wget http://download.openvz.org/utils/vzquota/3.1/src/vzquota-3.1.tar.bz2
 
@@ -39,3 +39,7 @@ distclean: clean
 clean:
        rm -rf *~ debian/*~ ${SRCDIR} ${PACKAGE}_*.deb ${PACKAGE}_*.changes
 
+.PHONY: dinstall
+dinstall: ${DEB}
+       dpkg -i ${DEB}
+