diff options
| author | Simon Rettberg | 2013-04-29 19:57:49 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-04-29 19:57:49 +0200 |
| commit | cbf6ae4fc83c50da1ca7389fcd7e62fbc6cb93ce (patch) | |
| tree | 84896da8b8b1a2cae0c1937927c5417fd7957242 /remote/modules | |
| parent | Merge branch 'master' of openslx:openslx-ng/tm-scripts (diff) | |
| download | tm-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')
| -rw-r--r-- | remote/modules/systemd/systemd.conf | 3 |
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 |
