X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=Makefile;h=e0db4b60b7ba5399b93adeef052c98364d409cea;hp=3782c9862f98f0abd54c758fef1c979fac5dbc4d;hb=1546272796fb8843e48af178ca8b38cfe4dd16d9;hpb=36ad0763f4f42e2b008093e34ec9bc28ce052e52 diff --git a/Makefile b/Makefile index 3782c98..e0db4b6 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=3.0 +RELEASE=4.0 -VERSION=3.0 +VERSION=4.0 PACKAGE=libpve-access-control -PKGREL=6 +PKGREL=3 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 @@ -54,6 +55,7 @@ deb ${DEB}: install -d -m 0755 build/DEBIAN sed -e s/@@VERSION@@/${VERSION}/ -e s/@@PKGRELEASE@@/${PKGREL}/ -e s/@@ARCH@@/${ARCH}/ build/DEBIAN/control echo "git clone git://git.proxmox.com/git/pve-access-control.git\\ngit checkout ${GITVERSION}" > build/${DOCDIR}/SOURCE + install -m 0644 triggers build/DEBIAN install -D -m 0644 copyright build/${DOCDIR}/copyright install -m 0644 changelog.Debian build/${DOCDIR}/ gzip -9 build/${DOCDIR}/changelog.Debian