summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-09-15 05:03:24 +0000
committerCoprDistGit <infra@openeuler.org>2025-09-15 05:03:24 +0000
commit30cbf9035372b967625352dcd3c35575a848a7f3 (patch)
tree2af5b64400a5486ab2315a24dd3da987981e9805
parent59beb34dbc60a01c17985ae68088b1db880b03d2 (diff)
automatic import of UNT
-rw-r--r--UNT.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/UNT.spec b/UNT.spec
index c491d7d..8b500f0 100644
--- a/UNT.spec
+++ b/UNT.spec
@@ -20,7 +20,7 @@ and then compile native code to native binary.
%setup -q -n %{name}
cat %{SOURCE1} %{SOURCE2} > %{_builddir}/maven-repo.tgz
mkdir -p %{_builddir}/.m2/repository
-tar -xzf %{_builddir}/maven-repo.tgz -C %{_builddir}/.m2/repository
+tar -xf %{_builddir}/maven-repo.tgz -C %{_builddir}/.m2/repository
%build
cat > %{_builddir}/settings.xml << EOF