1
0
Fork 0

tuned: added /var/run/tuned into specfile

This commit is contained in:
Jan Vcelak 2010-07-13 15:34:24 +02:00
parent 34cd670b21
commit 01230c06e2
2 changed files with 4 additions and 0 deletions

View file

@ -128,6 +128,9 @@ install:
# Create log directory
mkdir -p $(DESTDIR)/var/log/tuned
# Create runtime directory
mkdir -p $(DESTDIR)/var/run/tuned
changelog:
git log > ChangeLog

View file

@ -93,6 +93,7 @@ fi
%config(noreplace) %{_sysconfdir}/ktune.d/tunedadm.conf
%dir %{_sysconfdir}/ktune.d
%dir /var/log/tuned
%dir /var/run/tuned
%files utils
%defattr(-,root,root,-)