From e709606a82cc27c0a1970c846572c88d13384098 Mon Sep 17 00:00:00 2001 From: spacewander Date: Wed, 10 Apr 2019 11:21:02 +0800 Subject: [PATCH] bugfix: we don't download tar.bz2 archive anymore. Therefore, there is no need to run the 'rm' command. --- util/mirror-tarballs | 1 - 1 file changed, 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index 8e8a306..3130179 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -884,7 +884,6 @@ cd .. ################################# rm *.tar.gz -rm *.tar.bz2 cd .. cp $root/util/configure ./ || exit 1