From cfc10c878dfa1a89a13fa8f0dae2440936262a1f Mon Sep 17 00:00:00 2001 From: Jinkun Jang Date: Tue, 27 Nov 2012 12:40:31 +0900 Subject: [PATCH] modify spec file Change-Id: I4d48eeb92a7fa5e6ac90caaa464a154935183c81 --- packaging/system-server.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/system-server.spec b/packaging/system-server.spec index 0ccad3f..443aff4 100755 --- a/packaging/system-server.spec +++ b/packaging/system-server.spec @@ -26,10 +26,10 @@ BuildRequires: pkgconfig(svi) BuildRequires: pkgconfig(notification) BuildRequires: pkgconfig(usbutils) BuildRequires: gettext -Requires(preun): /usr/bin/systemctl -Requires(post): /usr/bin/systemctl +Requires(preun): /bin/systemctl +Requires(post): /bin/systemctl Requires(post): /usr/bin/vconftool -Requires(postun): /usr/bin/systemctl +Requires(postun): /bin/systemctl %description Description: System server -- 2.7.4