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