]> git.proxmox.com Git - pve-installer.git/blobdiff - Makefile
run_command: better return status check - recognice signals
[pve-installer.git] / Makefile
index 7c1d986750249760a617cbbaf55f1590b50f4b70..5c88f670bf05fe87ae8ed039e3f247a68346357b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # achtung: also set release in proxinstall!
 RELEASE=5.0
 
-DEB=pve-installer_5.0-4_all.deb
+DEB=pve-installer_5.0-7_all.deb
 
 INSTALLER_SOURCES=             \
        unconfigured.sh         \
@@ -14,6 +14,7 @@ INSTALLER_SOURCES=            \
 
 HTML_SOURCES=$(wildcard html/*.htm) $(wildcard html/*.css) $(wildcard html/*.png)
 
+deb: ${DEB}
 ${DEB}: ${INSTALLER_SOURCES} ${HTML_SOURCES} Makefile html/Makefile
        rm -rf debian
        mkdir debian