From 1ad6a1fb71192ca69b769a5276df790ec5714be8 Mon Sep 17 00:00:00 2001 From: Chris E Ferron Date: Mon, 2 Jul 2012 10:49:05 -0700 Subject: [PATCH] update service untis to be installed in /usr/lib vs /lib --- packaging/uxlaunch.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/packaging/uxlaunch.spec b/packaging/uxlaunch.spec index db821cf..57c12de 100644 --- a/packaging/uxlaunch.spec +++ b/packaging/uxlaunch.spec @@ -41,8 +41,8 @@ make %{?jobs:-j%jobs} %install rm -rf %{buildroot} -mkdir -p %{buildroot}/%{_lib}/systemd/system/graphical.target.wants -ln -s ../uxlaunch.service %{buildroot}/%{_lib}/systemd/system/graphical.target.wants/uxlaunch.service +mkdir -p %{buildroot}/usr/lib/systemd/system/graphical.target.wants +ln -s ../uxlaunch.service %{buildroot}/usr/lib/systemd/system/graphical.target.wants/uxlaunch.service %make_install install -D -p -m 0644 %{SOURCE1} \ @@ -72,12 +72,10 @@ systemctl daemon-reload %doc %{_mandir}/man1/uxlaunch.1* %{_datadir}/uxlaunch/dmi-dpi %{_datadir}/xsessions/xterm.desktop -/lib/systemd/system/uxlaunch.service -/lib/systemd/system/graphical.target.wants/uxlaunch.service +/usr/lib/systemd/system/uxlaunch.service +/usr/lib/systemd/system/graphical.target.wants/uxlaunch.service %files devel %defattr(-,root,root,-) %{_includedir}/uxlaunch-ipc.h -%changelog - -- 2.7.4