aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/vespa.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/vespa.spec b/dist/vespa.spec
index bee1bdd375e..8620a26d945 100644
--- a/dist/vespa.spec
+++ b/dist/vespa.spec
@@ -547,7 +547,8 @@ rm -rf %{buildroot}
cp -r %{installdir} %{buildroot}
%else
make install DESTDIR=%{buildroot}
-cp client/go/bin/vespa %{buildroot}%{_prefix}/bin/vespa
+# TODO: Include the vespa program
+#cp client/go/bin/vespa %{buildroot}%{_prefix}/bin/vespa
%endif
%if %{_create_vespa_service}