Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
修复编译错误“htop-3.0.2无法下载,原网站链接失效”,原issue:chongshengB#532
  • Loading branch information
zxz054321 authored Sep 15, 2021
1 parent ce89e34 commit 3319943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/user/htop/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SRC_NAME = htop-3.0.2
SRC_URL = https://bintray.com/htop/source/download_file?file_path=htop-3.0.2.tar.gz
SRC_URL = https://github.com/hanwckf/rt-n56u/blob/master/trunk/user/htop/htop-3.0.2.tar.gz
THISDIR = $(shell pwd)

all: download_test extract_test config_test
Expand All @@ -12,7 +12,7 @@ download_test:

extract_test:
( if [ ! -d $(SRC_NAME) ]; then \
tar zxf $(SRC_NAME).tar.gz; \
tar -xzf $(SRC_NAME).tar.gz; \
fi )

config_test:
Expand Down

0 comments on commit 3319943

Please sign in to comment.