X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=Makefile;h=eb7cb80371647d2aa5652be778aea776012b41cc;hp=cad42e1033982231c2f35be15c11d24140f4d47e;hb=86cd805b635299fd810ff80a79cac8a37f7e6a63;hpb=d4b63eaedb9a5ed77c6ed323dd8407308a268728 diff --git a/Makefile b/Makefile index cad42e1..eb7cb80 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=3.1 +RELEASE=3.2 VERSION=3.0 PACKAGE=libpve-access-control -PKGREL=8 +PKGREL=14 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