config/functions: move systemd dir to /usr/lib/systemd

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-02-20 17:03:09 +01:00
parent 12768a5a5b
commit 2a0e538fba

View File

@ -205,7 +205,7 @@ fix_module_depends() {
# Usage: enable_service <unit> [target]
enable_service () {
local unit="$1"
local unit_dir="/lib/systemd/system"
local unit_dir="/usr/lib/systemd/system"
local target="$2"
local target_dir=$INSTALL