Skip to content

Commit

Permalink
sync (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan168 authored Aug 27, 2024
2 parents 975e086 + c7489f6 commit 5efa8a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tcptraceroute/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ PKG_NAME:=tcptraceroute
PKG_VERSION:=1.5beta7
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://michael.toren.net/code/tcptraceroute
PKG_MD5SUM:=65d1001509f971ea986fcbc2dd009643
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=tcptraceroute-$(PKG_VERSION)
PKG_SOURCE_URL:=https://github.com/mct/tcptraceroute.git

include $(INCLUDE_DIR)/package.mk

Expand All @@ -34,11 +34,11 @@ define Build/Configure
)
endef

define Build/Compile
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR)
endef

define Package/tcptraceroute/install
define Package/tcptraceroute/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/tcptraceroute $(1)/usr/bin/
endef
Expand Down

0 comments on commit 5efa8a6

Please sign in to comment.