[ndoutils/epel7: 1/2] Always create runtime directory as per packaging guidelines

Simone Caronni slaanesh at fedoraproject.org
Fri Jun 27 16:52:01 UTC 2014


commit 3c32c7ae9e81c41eb1be7be827f11f2fd1c84da1
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Fri Jun 27 18:51:24 2014 +0200

    Always create runtime directory as per packaging guidelines

 ndoutils.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/ndoutils.spec b/ndoutils.spec
index 0157336..fde95db 100644
--- a/ndoutils.spec
+++ b/ndoutils.spec
@@ -110,6 +110,7 @@ mkdir -p %{buildroot}%{_unitdir}
 install -p -m 644 -D %{SOURCE2} %{buildroot}%{_unitdir}/ndo2db.service
 
 # Runtime files (tmpfs)
+mkdir -p %{buildroot}/run/%{name}
 install -p -m 644 -D %{SOURCE4} %{buildroot}%{_tmpfilesdir}/ndoutils.conf
 
 %else


More information about the scm-commits mailing list