summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd
diff options
context:
space:
mode:
authorSimon Rettberg2013-04-29 19:57:49 +0200
committerSimon Rettberg2013-04-29 19:57:49 +0200
commitcbf6ae4fc83c50da1ca7389fcd7e62fbc6cb93ce (patch)
tree84896da8b8b1a2cae0c1937927c5417fd7957242 /remote/modules/systemd
parentMerge branch 'master' of openslx:openslx-ng/tm-scripts (diff)
downloadtm-scripts-cbf6ae4fc83c50da1ca7389fcd7e62fbc6cb93ce.tar.gz
tm-scripts-cbf6ae4fc83c50da1ca7389fcd7e62fbc6cb93ce.tar.xz
tm-scripts-cbf6ae4fc83c50da1ca7389fcd7e62fbc6cb93ce.zip
Add missing dependency for systemd module (building kmod requires xsltproc)
Diffstat (limited to 'remote/modules/systemd')
-rw-r--r--remote/modules/systemd/systemd.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/remote/modules/systemd/systemd.conf b/remote/modules/systemd/systemd.conf
index 634828bd..2b116784 100644
--- a/remote/modules/systemd/systemd.conf
+++ b/remote/modules/systemd/systemd.conf
@@ -8,7 +8,8 @@ REQUIRED_DEPENDENCIES=" intltool
pkg-config
libcap-dev
libudev-dev
- libdbus-1-dev"
+ libdbus-1-dev
+ xsltproc"
REQUIRED_BINARIES=" hostnamectl
journalctl
localectl