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