From 6033b2710346f9bf4e1182db706775ccde59e5c1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 2 May 2017 10:36:43 +0100 Subject: [PATCH] Actually build bootstrap Signed-off-by: Michael Tremer --- lfs/bootstrap | 4 ++-- make.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lfs/bootstrap b/lfs/bootstrap index 2487dcc7e8..15e882e8a7 100644 --- a/lfs/bootstrap +++ b/lfs/bootstrap @@ -72,8 +72,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && unzip $(DIR_DL)/$(DL_FILE) -mkdir -pv /usr/share/bootstrap/{css,js} - $(DIR_APP) && cp -vf css/* /usr/share/bootstrap/css - $(DIR_APP) && cp -vf js/* /usr/share/bootstrap/js + cd $(DIR_APP) && cp -vf css/* /usr/share/bootstrap/css + cd $(DIR_APP) && cp -vf js/* /usr/share/bootstrap/js @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/make.sh b/make.sh index fd1bbcaa81..ed9a7c5b02 100755 --- a/make.sh +++ b/make.sh @@ -548,6 +548,7 @@ buildipfire() { lfsmake2 web-user-interface lfsmake2 flag-icons lfsmake2 jquery + lfsmake2 bootstrap lfsmake2 arping lfsmake2 beep lfsmake2 dvdrtools -- 2.39.2