5
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2024-12-22 13:34:06 +03:00

buildsys: job-safe deb target

This commit is contained in:
Wolfgang Bumiller 2017-01-31 13:37:56 +01:00
parent 9d53e3328e
commit 6f0a522975

View File

@ -46,7 +46,8 @@ install: spiceterm spiceterm.1
install -s -m 0755 spiceterm ${DESTDIR}/usr/bin
.PHONY: deb
${DEB} deb:
deb: ${DEB}
${DEB}:
make clean
rsync -a . --exclude build build
echo "git clone git://git.proxmox.com/git/spiceterm.git\\ngit checkout ${GITVERSION}" > build/debian/SOURCE