diff options
-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 |