From ea19688cb684cc6adaac0607b53f3b737e3cad0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Wed, 8 May 2019 08:53:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D1=91=D0=BD=20log=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=20=D1=84=D0=BE=D1=80=D0=BC=D0=B8=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=B8=D0=B8=20bootlogo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 96b3a62..f7cea05 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ installdir: install.config install $(INCLUDES) ifdef DEFAULT_LANG @echo $(DEFAULT_LANG) >install/lang endif - @cd install && find | sed -e "s/ /\n/g" | grep -v bootlogo | cpio --quiet -o >bootlogo + @cd install && find | sed -e "s/ /\n/g" | grep -v ./log | grep -v bootlogo | cpio --quiet -o >bootlogo @tar -C install -czf install/bootlogo.tar.gz bootlogo $(INST_EXT) font: