mirror of
git://git.proxmox.com/git/extjs.git
synced 2025-12-06 11:07:00 -05:00
buildsys: make job safety
This commit is contained in:
parent
c3a2d08f89
commit
51824eee98
3
Makefile
3
Makefile
@ -25,7 +25,8 @@ WWWEXT6DIR=${DESTDIR}/usr/share/javascript/extjs
|
|||||||
all: ${EXTDATA}
|
all: ${EXTDATA}
|
||||||
|
|
||||||
.PHONY: deb
|
.PHONY: deb
|
||||||
deb ${DEB}:
|
deb: ${DEB}
|
||||||
|
${DEB}:
|
||||||
rm -rf build
|
rm -rf build
|
||||||
rsync -a * build
|
rsync -a * build
|
||||||
cp extjs/licenses/license.txt build/debian/copyright
|
cp extjs/licenses/license.txt build/debian/copyright
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user