fix Makefile

This commit is contained in:
CN_SZTL 2019-06-07 00:33:47 +08:00
parent f373997956
commit 4c53fb2117
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 6 deletions

View File

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-baidupcs
PKG_NAME:=luci-app-baidupcs-mipsle
PKG_VERSION:=1.0.0
PKG_RELEASE:=1
@ -32,8 +32,6 @@ define Package/$(PKG_NAME)/description
endef
define Build/Prepare
$(foreach po,$(wildcard ${CURDIR}/files/luci/i18n/*.po), \
po2lmo $(po) $(PKG_BUILD_DIR)/$(patsubst %.po,%.lmo,$(notdir $(po)));)
endef
define Build/Configure

View File

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-filebrowser
PKG_NAME:=luci-app-filebrowser-mipsle
PKG_VERSION:=1.0.0
PKG_RELEASE:=1
@ -32,8 +32,6 @@ define Package/$(PKG_NAME)/description
endef
define Build/Prepare
$(foreach po,$(wildcard ${CURDIR}/files/luci/i18n/*.po), \
po2lmo $(po) $(PKG_BUILD_DIR)/$(patsubst %.po,%.lmo,$(notdir $(po)));)
endef
define Build/Configure