put systemd unit dirs on the right place

Also see #1936.
This commit is contained in:
Vladimír Čunát
2014-03-13 21:44:51 +01:00
parent 344f2e6518
commit d6349df0dd
6 changed files with 11 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ let
"--localstatedir=/var"
"--sysconfdir=/etc"
"--with-session-socket-dir=/tmp"
"--with-systemdsystemunitdir=$(out)/lib/systemd"
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
];
enableParallelBuilding = true;