fix po2lmo path error

* fix  po2lmo path
This commit is contained in:
TossPig 2018-11-13 09:23:05 +08:00 committed by coolsnowwolf
parent c4b66fad92
commit db94837b52

View File

@ -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