dnscrypt-proxy-full: fix typo

This commit is contained in:
CN_SZTL 2020-01-22 12:08:15 +08:00
parent 1327441611
commit 709f2fb5a8
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -62,12 +62,12 @@ define Build/Configure
endef
define Build/Compile
chmod 0755 $(PKG_BUILD_DIR)/$(PKG_BUILD_DIR)/dnscrypt-proxy
chmod 0755 $(PKG_BUILD_DIR)/$(PKG_BUILD_DNSCRYPT)/dnscrypt-proxy
endef
define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_BUILD_DIR)/dnscrypt-proxy $(1)/usr/bin/dnscrypt-proxy
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_BUILD_DNSCRYPT)/dnscrypt-proxy $(1)/usr/bin/dnscrypt-proxy
endef
$(eval $(call BuildPackage,$(PKG_NAME)))