From 331994323eea593ccb83ee2f6dd3fc8dfe28e335 Mon Sep 17 00:00:00 2001 From: Abel Date: Wed, 15 Sep 2021 16:08:36 +0800 Subject: [PATCH] Update Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复编译错误“htop-3.0.2无法下载,原网站链接失效”,原issue:https://github.com/chongshengB/rt-n56u/issues/532 --- trunk/user/htop/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/user/htop/Makefile b/trunk/user/htop/Makefile index cb4bfbcdb1f..508eff78c83 100644 --- a/trunk/user/htop/Makefile +++ b/trunk/user/htop/Makefile @@ -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 @@ -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: