mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 08:22:59 +02:00
bootstrap: Install map files, too
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user