From 01230c06e22f42f748f1cc9d8448d04bc484cca7 Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Tue, 13 Jul 2010 15:34:24 +0200 Subject: [PATCH] tuned: added /var/run/tuned into specfile --- Makefile | 3 +++ tuned.spec | 1 + 2 files changed, 4 insertions(+) diff --git a/Makefile b/Makefile index a994e06..279fd61 100644 --- a/Makefile +++ b/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 diff --git a/tuned.spec b/tuned.spec index dce2560..b322ddf 100644 --- a/tuned.spec +++ b/tuned.spec @@ -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,-)