[httpd] use _unitdir for systemd unit file

jorton jorton at fedoraproject.org
Thu Jun 7 13:20:43 UTC 2012


commit ce0280ab5c3c1e8f23959eeca43180276a1678b4
Author: Joe Orton <jorton at redhat.com>
Date:   Thu Jun 7 14:03:31 2012 +0100

    use _unitdir for systemd unit file

 httpd.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/httpd.spec b/httpd.spec
index 8313b3e..4f40daf 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -242,9 +242,9 @@ rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 
 # Install systemd service files
-mkdir -p $RPM_BUILD_ROOT/lib/systemd/system
+mkdir -p $RPM_BUILD_ROOT%{_unitdir}
 install -p -m 644 $RPM_SOURCE_DIR/httpd.service \
-        $RPM_BUILD_ROOT/lib/systemd/system/httpd.service
+        $RPM_BUILD_ROOT%{_unitdir}/httpd.service
 
 # install conf file/directory
 mkdir $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d \
@@ -523,7 +523,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{_mandir}/man8/*
 
-/lib/systemd/system/*.service
+%{_unitdir}/*.service
 
 %files tools
 %defattr(-,root,root)


More information about the scm-commits mailing list