summaryrefslogtreecommitdiff
path: root/UNT.spec
diff options
context:
space:
mode:
Diffstat (limited to 'UNT.spec')
-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