mirror of
https://git.proxmox.com/git/extjs
synced 2025-10-04 12:30:45 +00:00
buildsys: cleanup & shorten generating source directory target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
04a45c2f0f
commit
17c8407ad7
8
Makefile
8
Makefile
@ -11,11 +11,9 @@ DSC=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION).dsc
|
|||||||
all: deb
|
all: deb
|
||||||
|
|
||||||
$(BUILDDIR): debian extjs
|
$(BUILDDIR): debian extjs
|
||||||
rm -rf $@ $@.tmp
|
rm -rf $@ $@.tmp && mkdir -p $@.tmp/extjs
|
||||||
mkdir $@.tmp
|
cp -a debian/ $@.tmp/debian
|
||||||
rsync -a debian/ $@.tmp/debian
|
cp -a extjs/build/ $@.tmp/extjs/build
|
||||||
mkdir $@.tmp/extjs
|
|
||||||
rsync -a extjs/build/ $@.tmp/extjs/build
|
|
||||||
cp extjs/licenses/license.txt $@.tmp/debian/copyright
|
cp extjs/licenses/license.txt $@.tmp/debian/copyright
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user