tuned: added /var/run/tuned into specfile
This commit is contained in:
parent
34cd670b21
commit
01230c06e2
2 changed files with 4 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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,-)
|
||||
|
|
|
|||
Loading…
Reference in a new issue