v2ray:use PKG_ARCH_V2RAY to install

This commit is contained in:
coolsnowwolf 2018-11-19 13:44:19 +08:00
parent 5795104634
commit 5b9fb1c769

View File

@ -54,7 +54,7 @@ endef
define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/usr/bin/v2ray
$(INSTALL_BIN) ./files/$(ARCH)/v2ray $(1)/usr/bin/v2ray/
$(INSTALL_BIN) ./files/$(PKG_ARCH_V2RAY)/v2ray $(1)/usr/bin/v2ray/
endef
$(eval $(call BuildPackage,$(PKG_NAME)))