5
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2025-03-11 16:58:29 +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 install -s -m 0755 spiceterm ${DESTDIR}/usr/bin
.PHONY: deb .PHONY: deb
${DEB} deb: deb: ${DEB}
${DEB}:
make clean make clean
rsync -a . --exclude build build rsync -a . --exclude build build
echo "git clone git://git.proxmox.com/git/spiceterm.git\\ngit checkout ${GITVERSION}" > build/debian/SOURCE echo "git clone git://git.proxmox.com/git/spiceterm.git\\ngit checkout ${GITVERSION}" > build/debian/SOURCE