diff options
author | CoprDistGit <infra@openeuler.org> | 2025-09-15 05:03:24 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-09-15 05:03:24 +0000 |
commit | 30cbf9035372b967625352dcd3c35575a848a7f3 (patch) | |
tree | 2af5b64400a5486ab2315a24dd3da987981e9805 | |
parent | 59beb34dbc60a01c17985ae68088b1db880b03d2 (diff) |
automatic import of UNT
-rw-r--r-- | UNT.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |