summaryrefslogtreecommitdiffstats
path: root/plymouth/systemd-unit-dir.patch
blob: 7058c8fc377500c17ca9bc8db0ebb230498459b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- configure.ac.orig	2012-06-12 17:19:48.903409717 +0300
+++ configure.ac	2012-06-12 17:20:01.916743217 +0300
@@ -254,7 +254,7 @@
 
 if test x$enable_systemd_integration = xyes; then
   AC_DEFINE(PLY_ENABLE_SYSTEMD_INTEGRATION, 1, [Coordinate boot up with systemd])
-  SYSTEMD_UNIT_DIR=/lib/systemd/system
+  SYSTEMD_UNIT_DIR=/usr/lib/systemd/system
   AC_SUBST(SYSTEMD_UNIT_DIR)
 fi