]> git.proxmox.com Git - framework7.git/blobdiff - Makefile
buildsys: use cp instead of rsync for buildsys creation
[framework7.git] / Makefile
index 58ff7cd0c8bfc37cae2e70b4e3b73928d8964396..b6e6a478e15f60f16a2204b6d4e218b5b76bc720 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,9 @@ BUILDDIR=$(PACKAGE)-$(DEB_VERSION_UPSTREAM_REVISION)
 
 $(BUILDDIR): debian
        rm -rf $@ $@.tmp
-       rsync -a ./* $@.tmp/
+       mkdir $@.tmp
+       cp -a $(SRCDIRS) $@.tmp
+       cp -a debian defines.mk Makefile $@.tmp
        mv $@.tmp $@
 
 .PHONY: deb