summaryrefslogtreecommitdiff
path: root/file-reorganize.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-01-08 13:03:05 +0000
committerCoprDistGit <infra@openeuler.org>2025-01-08 13:03:05 +0000
commit30b8147c0689158a10fbfc996a9a27c802b7e3cb (patch)
treeef28744c0fbb219889f212665e3b9031d55e28ae /file-reorganize.spec
parentec684d143ec86a3da890547c85bc75ef0eed2296 (diff)
automatic import of file-reorganize
Diffstat (limited to 'file-reorganize.spec')
-rw-r--r--file-reorganize.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/file-reorganize.spec b/file-reorganize.spec
index 08e8f8b..7bc907c 100644
--- a/file-reorganize.spec
+++ b/file-reorganize.spec
@@ -20,7 +20,7 @@ BuildRequires: wget, dnf-plugins-core, binutils, glibc-devel, gcc-c++, openssl
# 安装cangjie
plt=`uname -m`
if [[ $plt -eq "x86_64" ]]; then
- wget wget -O Cangjie-0.53.13-linux_x64.tar.gz "https://cangjie-lang.cn/v1/files/auth/downLoad?nsId=142267&fileName=Cangjie-0.53.13-linux_x64.tar.gz&objectKey=6719f1eb3af6947e3c6af327"
+ wget -O Cangjie-0.53.13-linux_x64.tar.gz "https://cangjie-lang.cn/v1/files/auth/downLoad?nsId=142267&fileName=Cangjie-0.53.13-linux_x64.tar.gz&objectKey=6719f1eb3af6947e3c6af327"
tar -xzvf Cangjie-0.53.13-linux_x64.tar.gz
source cangjie/envsetup.sh
else