From 7aee8d4f2e330e09ecf7c2ae9b9035d79f5cf937 Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Wed, 26 Nov 2014 11:53:32 +0100 Subject: Use macro where possible. --- vagrant.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vagrant.spec') 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. -- cgit