[pve-devel] [PATCH extjs 1/7] build: prepare refactoring

Fabian Grünbichler f.gruenbichler at proxmox.com
Wed Dec 5 11:34:22 CET 2018


Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b5b8cb5..5ac1082 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,10 @@ all: ${EXTDATA}
 deb: ${DEB}
 ${DEB}:
 	rm -rf build
-	rsync -a * build
+	mkdir build
+	rsync -a debian/ build/debian
+	rsync -a extjs/ build/extjs
+	cp Makefile build/
 	cp extjs/licenses/license.txt build/debian/copyright
 	cd build; dpkg-buildpackage -b -us -uc
 	lintian -X copyright-file ${DEB}
-- 
2.19.2





More information about the pve-devel mailing list