]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- add directory for logs
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Mar 2004 18:53:48 +0000 (18:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd.spec -> 1.5

lighttpd.spec

index ccbffc1c47fcdd48015c6e42960c5887ddc87c1b..26d999d5d5d5ead6af6412959ca343a0164acf0d 100644 (file)
@@ -77,7 +77,7 @@ problem
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/home/services/httpd/cgi-bin,/etc/{rc.d/init.d,%{name}}}
+install -d $RPM_BUILD_ROOT{/home/services/httpd/cgi-bin,/var/log/%{name},/etc/{rc.d/init.d,%{name}}}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -134,6 +134,7 @@ fi
 %attr(755,root,root) %{_sbindir}/*
 %dir %{_libdir}
 %attr(755,root,root) %{_libdir}/*.so
+%dir %attr(750,root,root) /var/log/%{name}
 %attr(-, http, http) /home/services/httpd
 %attr(754,root,root) /etc/rc.d/init.d/lighttpd
 %dir %attr(754,root,root) /etc/%{name}
This page took 0.264691 seconds and 4 git commands to generate.