X-Git-Url: https://git.proxmox.com/?p=vzquota.git;a=blobdiff_plain;f=Makefile;h=3b3f66a72f5d5b26f70cac333781a2e1aa011589;hp=8e44951b2af20452421b1dc3cb71912135f077ce;hb=068e0e329d10ea275a524cb5a94b84a4b4c3589c;hpb=9ebab9a4037d3137fd500eba8921fb6cc0cb703b;ds=sidebyside diff --git a/Makefile b/Makefile index 8e44951..3b3f66a 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ -RELEASE=2.2 +RELEASE=3.0 # wget http://download.openvz.org/utils/vzquota/3.1/src/vzquota-3.1.tar.bz2 PACKAGE=vzquota PKGVER=3.1 -PACKAGERELEASE=1 +PACKAGERELEASE=2 ARCH=amd64 DEB=${PACKAGE}_${PKGVER}-${PACKAGERELEASE}_${ARCH}.deb @@ -39,3 +39,7 @@ distclean: clean clean: rm -rf *~ debian/*~ ${SRCDIR} ${PACKAGE}_*.deb ${PACKAGE}_*.changes +.PHONY: dinstall +dinstall: ${DEB} + dpkg -i ${DEB} +