summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2014-11-26 11:53:32 +0100
committerVít Ondruch <vondruch@redhat.com>2015-01-21 12:53:03 +0100
commit7aee8d4f2e330e09ecf7c2ae9b9035d79f5cf937 (patch)
treeda2d73e286f04cf7a0afc7cc7317825e44bbcf4a
parent420d9e28588bded07eae0510cab9872df6d947bd (diff)
downloadfedora-vagrant-7aee8d4f2e330e09ecf7c2ae9b9035d79f5cf937.tar.gz
fedora-vagrant-7aee8d4f2e330e09ecf7c2ae9b9035d79f5cf937.tar.xz
fedora-vagrant-7aee8d4f2e330e09ecf7c2ae9b9035d79f5cf937.zip
Use macro where possible.
-rw-r--r--vagrant.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant.spec b/vagrant.spec
index 1fe509c..7c233a5 100644
--- a/vagrant.spec
+++ b/vagrant.spec
@@ -106,7 +106,7 @@ install -D -m 0644 %{buildroot}%{vagrant_dir}/contrib/bash/completion.sh \
%{buildroot}%{bashcompletion_dir}/%{name}
# create the global home dir
-install -d -m 755 %{buildroot}%{_sharedstatedir}/%{name}
+install -d -m 755 %{buildroot}%{vagrant_plugin_dir}
%check
# Unpack the vagran-spec and adjust the directory name.