]> git.proxmox.com Git - pve-cluster.git/blobdiff - Makefile
add systemd support
[pve-cluster.git] / Makefile
index adfa74fab5383531002112d3809d396150672b35..84d941debfa61366ecc983b3f65972a32fdc110e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=3.3
+RELEASE=4.0
 
 PACKAGE=pve-cluster
-PKGVER=3.0
-PKGREL=16
+PKGVER=4.0
+PKGREL=1
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 GITVERSION:=$(shell cat .git/refs/heads/master)
@@ -18,8 +18,8 @@ cpgtest: cpgtest.c
        gcc -Wall cpgtest.c $(shell pkg-config --cflags --libs libcpg libcoroipcc) -o cpgtest
 
 .PHONY: dinstall
-dinstall: ${DEB} ${DBG_DEB}
-       dpkg -i ${DEB} ${DBG_DEB}
+dinstall: ${DEB}
+       dpkg -i ${DEB} 
 
 .PHONY: ${DEB} ${DBG_DEB}
 ${DEB} ${DBG_DEB}: