From: Michael Tremer Date: Mon, 1 May 2017 15:07:40 +0000 (+0100) Subject: bootstrap: Install map files, too X-Git-Tag: v2.19-core115~60^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=733de0e4a0b16d4b03f193f7eec7ce51de071a30;p=people%2Fstevee%2Fipfire-2.x.git bootstrap: Install map files, too Signed-off-by: Michael Tremer --- 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)