Skip to content

Commit

Permalink
Fix lime-webui Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Pau Escrich <p4u@dabax.net>
  • Loading branch information
p4u committed Mar 25, 2017
1 parent 7cda1ad commit 78b32f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lime-webui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ define Package/$(PKG_NAME)/install
$(CP) $(PKG_BUILD_DIR)/view/* $(1)/usr/lib/lua/luci/view/lime/
$(CP) $(PKG_BUILD_DIR)/static/* $(1)/www/luci-static/resources/lime/
$(foreach TR, $(TRANSLATIONS), $(CP) $(PKG_BUILD_DIR)/i18n/*.$(TR).lmo $(1)/usr/lib/lua/luci/i18n/ )
$(CP) $(PKG_BUILD_DIR)/etc/profile.d/* $(1)/etc/profile.d/
$(CP) ./files/* $(1)/
endef

$(eval $(call BuildPackage,$(PKG_NAME)))

0 comments on commit 78b32f4

Please sign in to comment.