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:
parent
9d53e3328e
commit
6f0a522975
3
Makefile
3
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user