docs compile: move binaries in ipk to /opt/zapret/binaries/my

This commit is contained in:
bol-van 2024-11-12 17:48:43 +03:00
parent 187affb844
commit 08238664cd
9 changed files with 33 additions and 33 deletions

View File

@ -24,8 +24,8 @@ define Build/Compile
endef endef
define Package/ip2net/install define Package/ip2net/install
$(INSTALL_DIR) $(1)/opt/zapret/ip2net $(INSTALL_DIR) $(1)/opt/zapret/binaries/my
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ip2net $(1)/opt/zapret/ip2net $(INSTALL_BIN) $(PKG_BUILD_DIR)/ip2net $(1)/opt/zapret/binaries/my
endef endef
$(eval $(call BuildPackage,ip2net)) $(eval $(call BuildPackage,ip2net))

View File

@ -24,8 +24,8 @@ define Build/Compile
endef endef
define Package/mdig/install define Package/mdig/install
$(INSTALL_DIR) $(1)/opt/zapret/mdig $(INSTALL_DIR) $(1)/opt/zapret/binaries/my
$(INSTALL_BIN) $(PKG_BUILD_DIR)/mdig $(1)/opt/zapret/mdig $(INSTALL_BIN) $(PKG_BUILD_DIR)/mdig $(1)/opt/zapret/binaries/my
endef endef
$(eval $(call BuildPackage,mdig)) $(eval $(call BuildPackage,mdig))

View File

@ -25,8 +25,8 @@ define Build/Compile
endef endef
define Package/nfqws/install define Package/nfqws/install
$(INSTALL_DIR) $(1)/opt/zapret/nfq $(INSTALL_DIR) $(1)/opt/zapret/binaries/my
$(INSTALL_BIN) $(PKG_BUILD_DIR)/nfqws $(1)/opt/zapret/nfq $(INSTALL_BIN) $(PKG_BUILD_DIR)/nfqws $(1)/opt/zapret/binaries/my
endef endef
$(eval $(call BuildPackage,nfqws)) $(eval $(call BuildPackage,nfqws))

View File

@ -25,8 +25,8 @@ define Build/Compile
endef endef
define Package/tpws/install define Package/tpws/install
$(INSTALL_DIR) $(1)/opt/zapret/tpws $(INSTALL_DIR) $(1)/opt/zapret/binaries/my
$(INSTALL_BIN) $(PKG_BUILD_DIR)/tpws $(1)/opt/zapret/tpws $(INSTALL_BIN) $(PKG_BUILD_DIR)/tpws $(1)/opt/zapret/binaries/my
endef endef
$(eval $(call BuildPackage,tpws)) $(eval $(call BuildPackage,tpws))