X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=Makefile;h=2ab45d895ead223dcb93f4046e5671f519982d25;hp=51b08fc93ea5f596f0bab391ff0d0f7c0f84dd3a;hb=94971b3a92e3049c02082accdc38d8285c8699c2;hpb=3643383db793111f81fe7c70887b34b45f0697a4 diff --git a/Makefile b/Makefile index 51b08fc..2ab45d8 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=3.1 +RELEASE=3.3 VERSION=3.0 PACKAGE=libpve-access-control -PKGREL=10 +PKGREL=16 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