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