]> git.proxmox.com Git - pve-access-control.git/blobdiff - Makefile
bump version to 3.0-15
[pve-access-control.git] / Makefile
index 5a6f421a69199f73510d1152ee068f4ebe906ef9..89fd162b15c11d3eaf4b758c09252d135a68b75e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=3.1
+RELEASE=3.2
 
 VERSION=3.0
 PACKAGE=libpve-access-control
-PKGREL=9
+PKGREL=15
 
 DESTDIR=
 PREFIX=/usr
@@ -35,10 +35,11 @@ pveum.1.pod: pveum
        mv $@.tmp $@
 
 .PHONY: install
-install: pveum.1.pod pveum.1.gz
+install: pveum.1.pod pveum.1.gz oathkeygen
        install -d ${DESTDIR}${BINDIR}
        install -d ${DESTDIR}${SBINDIR}
        install -m 0755 pveum ${DESTDIR}${SBINDIR}
+       install -m 0755 oathkeygen ${DESTDIR}${BINDIR}
        make -C PVE install
        perl -I. ./pveum verifyapi 
        install -d ${DESTDIR}/usr/share/man/man1