X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=Makefile;h=eb7cb80371647d2aa5652be778aea776012b41cc;hp=4474d12582f098a9d25d0c6d62cb1f1fd4b11211;hb=1abc2c0aeea26040cda69d40e43a7791f77e400c;hpb=396034e4432b85380080d2e35e9506344f70117e diff --git a/Makefile b/Makefile index 4474d12..eb7cb80 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=3.2 VERSION=3.0 PACKAGE=libpve-access-control -PKGREL=12 +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