From db94837b52095dd781f3b81829010135af292e3a Mon Sep 17 00:00:00 2001 From: TossPig Date: Tue, 13 Nov 2018 09:23:05 +0800 Subject: [PATCH] fix po2lmo path error * fix po2lmo path --- package/lean/luci-app-ssr-plus/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/luci-app-ssr-plus/Makefile b/package/lean/luci-app-ssr-plus/Makefile index 4efec0059..3e50cb792 100644 --- a/package/lean/luci-app-ssr-plus/Makefile +++ b/package/lean/luci-app-ssr-plus/Makefile @@ -2,9 +2,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-ssr-plus PKG_VERSION:=1 -PKG_RELEASE:=55 +PKG_RELEASE:=56 -PO2LMO:=$(BUILD_DIR)/luci-base/po2lmo +PO2LMO:=$(STAGING_DIR_HOSTPKG)/bin/po2lmo include $(INCLUDE_DIR)/package.mk