5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-25 06:03:45 +03:00

rebuild package if package sources changed

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2016-04-11 12:34:56 +02:00 committed by Dietmar Maurer
parent 25d13a7a78
commit 78859703fd

View File

@ -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