1
0
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:
Wolfgang Bumiller 2017-02-07 15:22:01 +01:00
parent c3a2d08f89
commit 51824eee98

View File

@ -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