|
( if [ ! -f htop-3.0.2.tar.gz ]; then \
wget -t5 --timeout=20 --no-check-certificate -O htop-3.0.2.tar.gz https://bintray.com/htop/source/ ... =htop-3.0.2.tar.gz; \
fi )
( if [ ! -d htop-3.0.2 ]; then \
tar zxf htop-3.0.2.tar.gz; \
fi )
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
make[2]: *** [Makefile:14:extract_test] 错误 2
make[2]: 离开目录“/opt/rt-n56u/trunk/user/htop”
make[1]: *** [Makefile:235:all] 错误 2
make[1]: 离开目录“/opt/rt-n56u/trunk/user”
make: *** [Makefile:202:user_only] 错误 2
|
|