From 733de0e4a0b16d4b03f193f7eec7ce51de071a30 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 1 May 2017 16:07:40 +0100 Subject: [PATCH] bootstrap: Install map files, too Signed-off-by: Michael Tremer --- config/rootfiles/common/bootstrap | 6 ++++++ lfs/bootstrap | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/bootstrap b/config/rootfiles/common/bootstrap index 34c537b7c5..cc5566a871 100644 --- a/config/rootfiles/common/bootstrap +++ b/config/rootfiles/common/bootstrap @@ -1,11 +1,17 @@ #usr/share/bootstrap #usr/share/bootstrap/css usr/share/bootstrap/css/bootstrap.css +usr/share/bootstrap/css/bootstrap.css.map usr/share/bootstrap/css/bootstrap-grid.css +usr/share/bootstrap/css/bootstrap-grid.css.map usr/share/bootstrap/css/bootstrap-grid.min.css +usr/share/bootstrap/css/bootstrap-grid.min.css.map usr/share/bootstrap/css/bootstrap.min.css +usr/share/bootstrap/css/bootstrap.min.css.map usr/share/bootstrap/css/bootstrap-reboot.css +usr/share/bootstrap/css/bootstrap-reboot.css.map usr/share/bootstrap/css/bootstrap-reboot.min.css +usr/share/bootstrap/css/bootstrap-reboot.min.css.map #usr/share/bootstrap/js usr/share/bootstrap/js/bootstrap.js usr/share/bootstrap/js/bootstrap.min.js diff --git a/lfs/bootstrap b/lfs/bootstrap index 19bf632584..2487dcc7e8 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/*.css /usr/share/bootstrap/css - $(DIR_APP) && cp -vf js/*.js /usr/share/bootstrap/js + $(DIR_APP) && cp -vf css/* /usr/share/bootstrap/css + $(DIR_APP) && cp -vf js/* /usr/share/bootstrap/js @rm -rf $(DIR_APP) @$(POSTBUILD) -- 2.39.5