From 702351f53fae72c311ed146d3f8f19140d4edd95 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sun, 27 Mar 2011 22:59:56 -0400 Subject: Remove extra mkdir in tmpfiles.d setup --- puppet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet.spec') diff --git a/puppet.spec b/puppet.spec index b00f5a5..9302ae9 100644 --- a/puppet.spec +++ b/puppet.spec @@ -138,7 +138,7 @@ install -Dp -m0644 ext/vim/syntax/puppet.vim $vimdir/syntax/puppet.vim %if 0%{?fedora} >= 15 # Setup tmpfiles.d config -mkdir mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d +mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d echo "D /var/run/%{name} 0755 %{name} %{name} -" > \ %{buildroot}%{_sysconfdir}/tmpfiles.d/%{name}.conf %endif -- cgit