[pve-devel] [PATCH docs] rebuild package if package sources changed

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Apr 11 12:34:56 CEST 2016


Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d2fec10..89e5981 100644
--- a/Makefile
+++ b/Makefile
@@ -161,7 +161,7 @@ dinstall: ${DEB}
 	dpkg -i ${DEB}
 
 .PHONY: deb
-${DEB} deb:
+${DEB} deb: ${DEB_SOURCES}
 	rm -rf build
 	mkdir build
 	rsync -a debian/ build/debian
-- 
2.1.4





More information about the pve-devel mailing list