diff options
| author | Jonathan Bauer | 2014-04-15 14:01:28 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-04-15 14:01:28 +0200 |
| commit | a195a3f9a9050d8525eae345f2813c0ea81276bd (patch) | |
| tree | d53e31fe2d4d9f651c44a21af44af66ec7240f5d | |
| parent | [qt] update build scripts to always activate qt4 (diff) | |
| download | tm-scripts-a195a3f9a9050d8525eae345f2813c0ea81276bd.tar.gz tm-scripts-a195a3f9a9050d8525eae345f2813c0ea81276bd.tar.xz tm-scripts-a195a3f9a9050d8525eae345f2813c0ea81276bd.zip | |
minor - indent fix
| -rw-r--r-- | remote/modules/systemd/module.conf.ubuntu.14 | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/remote/modules/systemd/module.conf.ubuntu.14 b/remote/modules/systemd/module.conf.ubuntu.14 index f5ed3c0f..3a00c210 100644 --- a/remote/modules/systemd/module.conf.ubuntu.14 +++ b/remote/modules/systemd/module.conf.ubuntu.14 @@ -2,19 +2,18 @@ REQUIRED_VERSION="systemd-212" REQUIRED_URL="http://www.freedesktop.org/software/systemd/${REQUIRED_VERSION}.tar.xz" REQUIRED_LIBKMOD_VERSION="kmod-17" REQUIRED_LIBKMOD_URL="http://www.kernel.org/pub/linux/utils/kernel/kmod/${REQUIRED_LIBKMOD_VERSION}.tar.xz" - REQUIRED_INSTALLED_PACKAGES=" - intltool - gperf - dbus - pkg-config - libcap-dev - libudev-dev - libdbus-1-dev - xsltproc - libblkid-dev - libacl1-dev - libpam-dev + intltool + gperf + dbus + pkg-config + libcap-dev + libudev-dev + libdbus-1-dev + xsltproc + libblkid-dev + libacl1-dev + libpam-dev " REQUIRED_BINARIES=" journalctl |
