aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEirik Nygaard <eirik@yahoo-inc.com>2016-06-17 15:26:25 +0200
committerGitHub <noreply@github.com>2016-06-17 15:26:25 +0200
commit77eb221fff4ab953b8288662bc140d56ad56275c (patch)
treeab6798d8f2bfc501fcb57cd8b95d094831d1d557
parent7e20df74f385f3b705c6332cd6a07f15271756f5 (diff)
parent5bc3a77b9e2b81fe4f9c995c1243669573080518 (diff)
Merge pull request #72 from yahoo/aressem/rpm-add-missing-conf-directory-to-files
Add the conf directory to the rpm.
-rw-r--r--dist/vespa.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/vespa.spec b/dist/vespa.spec
index 678cac66dba..99ee034f79e 100644
--- a/dist/vespa.spec
+++ b/dist/vespa.spec
@@ -191,5 +191,6 @@ exit 0
%{_prefix}/man/*
%{_prefix}/include/*
%{_prefix}/etc/*
+%{_prefix}/conf/*
%changelog