Skip to content

Commit

Permalink
[flm-ui] add ui-grid font files to package
Browse files Browse the repository at this point in the history
  • Loading branch information
icarus75 committed Jul 17, 2015
1 parent 0f0c06c commit 48d710e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openwrt/package/flm-ui/Makefile
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk


PKG_NAME:=flm-ui PKG_NAME:=flm-ui
PKG_VERSION:=2015-06-27 PKG_VERSION:=2015-07-17
PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_RELEASE=$(PKG_SOURCE_VERSION)


PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
Expand Down Expand Up @@ -48,6 +48,7 @@ define Package/flm-ui/install
$(INSTALL_DIR) $(1)/www/styles $(INSTALL_DIR) $(1)/www/styles
$(INSTALL_DATA) $(PKG_BUILD_DIR)/app/styles/{bootstrap,main}.css $(1)/www/styles $(INSTALL_DATA) $(PKG_BUILD_DIR)/app/styles/{bootstrap,main}.css $(1)/www/styles
$(INSTALL_DATA) $(PKG_BUILD_DIR)/app/components/angular-ui-grid/ui-grid.min.css $(1)/www/styles $(INSTALL_DATA) $(PKG_BUILD_DIR)/app/components/angular-ui-grid/ui-grid.min.css $(1)/www/styles
$(INSTALL_DATA) $(PKG_BUILD_DIR)/app/components/angular-ui-grid/font/* $(1)/www/styles
$(INSTALL_DIR) $(1)/www/views $(INSTALL_DIR) $(1)/www/views
$(INSTALL_DATA) $(PKG_BUILD_DIR)/app/views/{main,sensor,wifi,status,services,syslog,mqtt,kube}.html \ $(INSTALL_DATA) $(PKG_BUILD_DIR)/app/views/{main,sensor,wifi,status,services,syslog,mqtt,kube}.html \
$(1)/www/views $(1)/www/views
Expand Down

0 comments on commit 48d710e

Please sign in to comment.