From 3062a1c0996789e99387145adc74e214cd6b3c30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 5 Dec 2018 11:34:22 +0100 Subject: [PATCH] build: prepare refactoring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5b8cb5d..5ac10823 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}