]> git.pld-linux.org Git - packages/enlightenment.git/commitdiff
- systemd issue is solved; lib/systemd/user dir belongs to systemd-units now
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 26 Jan 2014 13:19:42 +0000 (14:19 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 26 Jan 2014 13:19:42 +0000 (14:19 +0100)
enlightenment.spec

index d3e4972c5e18c216b651942d6928256a7b62c152..43e73de9b918eee2188df326b7147177270971e8 100644 (file)
@@ -1,7 +1,7 @@
 # TODO: verify install time dependencies
 #
 # Conditonal build:
-%bcond_with    systemd         # systemd (user session) support [TODO: enable by default after solving systemd dependency]
+%bcond_without systemd         # systemd (user session) support
 %bcond_with    wayland         # Wayland clients in composite module
 %bcond_with    wayland_egl     # Wayland clients EGL rendering
 #
@@ -221,8 +221,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/enlightenment_remote
 %attr(755,root,root) %{_bindir}/enlightenment_start
 %if %{with systemd}
-# FIXME: move dir to systemd-units?
-%{_libdir}/systemd/user/e18.service
+%{_prefix}/lib/systemd/user/e18.service
 %endif
 %dir %{_libdir}/enlightenment
 %dir %{_libdir}/enlightenment/modules
This page took 0.055983 seconds and 4 git commands to generate.