From 2a597d02beee64f600c5841cff07c348d0ec9e67 Mon Sep 17 00:00:00 2001 From: Vaidas Jablonskis Date: Thu, 21 Feb 2013 00:01:08 +0000 Subject: [PATCH] rpm spec: fixing directory creation bug --- entrydns.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/entrydns.spec b/entrydns.spec index 616f73f..712898a 100644 --- a/entrydns.spec +++ b/entrydns.spec @@ -7,8 +7,8 @@ %global entrydns_systemd_unit unicorn-entrydns.service Name: entrydns -Version: 0.0.2 -Release: 2%{?dist} +Version: 0.0.3 +Release: 3%{?dist} Summary: Free DNS management service for everyone Group: Applications/Internet @@ -75,6 +75,7 @@ find . -type f -name ".git*" -delete install -p -d -m 0755 %{buildroot}%{_sysconfdir}/%{name} install -p -d -m 0755 %{buildroot}%{_sysconfdir}/sysconfig +install -p -d %{buildroot}%{_var}/log install -p -d -m 0750 %{buildroot}%{_var}/log/%{name} install -p -d -m 0755 %{buildroot}/run/%{name} install -p -d -m 0755 %{buildroot}%{entrydns_root}