]> git.pld-linux.org Git - packages/whoson.git/commitdiff
- added /var/run/whoson.{s,d} directories to %files.
authorkloczek <kloczek@pld-linux.org>
Thu, 19 Jul 2001 01:00:27 +0000 (01:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    whoson.spec -> 1.34

whoson.spec

index 5ed2609620d4c63e41946278e07d891fb0e14b95..6eb636b6ae1eb9db491bd58a5ec3bc0f60ca400c 100644 (file)
@@ -76,7 +76,7 @@ automake -a -c
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
+install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,/var/run/whoson.{s,d}}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
@@ -114,6 +114,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(754,root,root) /etc/rc.d/init.d/whosond
 %config %verify(not size mtime md5) %{_sysconfigdir}/whoson.conf
 %{_mandir}/man[58]/*
+%dir /var/run/whoson.s
+%dir /var/run/whoson.d
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.065945 seconds and 4 git commands to generate.