X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=Makefile;h=89fd162b15c11d3eaf4b758c09252d135a68b75e;hp=561b71cfcc97d0141431fd3d22447dfb1ac55c25;hb=7b17c7cb335d17b61df20df1a398d278e5fefb93;hpb=298450ab9dccdb5d1cb952c3ff56eae942a330f4 diff --git a/Makefile b/Makefile index 561b71c..89fd162 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=3.2 VERSION=3.0 PACKAGE=libpve-access-control -PKGREL=13 +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