Skip to content

Commit

Permalink
chinadns-ng: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zxlhhyccc authored Nov 22, 2024
1 parent 5e1952b commit 2e5bdc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chinadns-ng/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ endef

define Package/chinadns-ng/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/chinadns-ng $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/bin/chinadns-ng
endef

$(eval $(call BuildPackage,chinadns-ng))

0 comments on commit 2e5bdc8

Please sign in to comment.