]> git.proxmox.com Git - pve-access-control.git/blobdiff - Makefile
bump version to 7.1-8
[pve-access-control.git] / Makefile
index 4db6f8fa9316b2128098b846a3f44e28e1578f08..77ae3f19a825cbf3b55527e592fb629b86ee03af 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,11 +36,11 @@ ${DSC}: ${BUILDDIR}
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${DEB_BUILD_ARCH}
+       tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch ${DEB_BUILD_ARCH}
 
 .PHONY: clean
 clean:
-       rm -rf ${BUILDDIR} *.deb *.buildinfo *.changes ${PACKAGE}*.tar.gz *.dsc
+       rm -rf ${PACKAGE}-*/ *.deb *.buildinfo *.changes ${PACKAGE}*.tar.gz *.dsc
        find . -name '*~' -exec rm {} ';'
 
 .PHONY: distclean