[puppet] Remove extra mkdir in tmpfiles.d setup

Todd Zullinger tmz at fedoraproject.org
Wed Sep 28 23:59:57 UTC 2011


commit 702351f53fae72c311ed146d3f8f19140d4edd95
Author: Todd Zullinger <tmz at pobox.com>
Date:   Sun Mar 27 22:59:56 2011 -0400

    Remove extra mkdir in tmpfiles.d setup

 puppet.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list