summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@verizonmedia.com>2019-03-29 14:39:26 +0100
committerHåkon Hallingstad <hakon@verizonmedia.com>2019-03-29 14:39:26 +0100
commit04e9657cd28f4e4e385f998a3849247cacf67a74 (patch)
tree8b149e29bf9f2acf2164ce2d52d6fd97a9afc381
parentb358fbe27f1a1c10da84ca8ec05ccaf46c0237a6 (diff)
Avoid tar + untar
-rw-r--r--dist/vespa.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/vespa.spec b/dist/vespa.spec
index 4a64e10feca..fd1db572031 100644
--- a/dist/vespa.spec
+++ b/dist/vespa.spec
@@ -163,7 +163,11 @@ Provides: libc.so.6(GLIBC_PRIVATE)(64bit)
Vespa - The open big data serving engine
%prep
+%if 0%{?installdir:1}
+%setup -D -T
+%else
%setup -q
+%endif
%build
%if ! 0%{?installdir:1}