diff options
| author | Simon Rettberg | 2013-05-21 15:35:34 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-05-21 15:35:34 +0200 |
| commit | ffdff07941620b6f1e9869772dd9a47b29639804 (patch) | |
| tree | 9b2b32da8263f6e98104fa16305f636cc8bdbcd5 /remote/modules/systemd | |
| parent | Fix OpenSLX Banner (diff) | |
| download | tm-scripts-ffdff07941620b6f1e9869772dd9a47b29639804.tar.gz tm-scripts-ffdff07941620b6f1e9869772dd9a47b29639804.tar.xz tm-scripts-ffdff07941620b6f1e9869772dd9a47b29639804.zip | |
Refactoring:
REQUIRED_DEPENDENCIES -> REQUIRED_INSTALLED_PACKAGES
REQUIRED_PACKAGES -> REQUIRED_CONTENT_PACKAGES
Diffstat (limited to 'remote/modules/systemd')
| -rw-r--r-- | remote/modules/systemd/systemd.conf | 2 | ||||
| -rw-r--r-- | remote/modules/systemd/systemd.conf.zypper | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/systemd/systemd.conf b/remote/modules/systemd/systemd.conf index 2b116784..b5e8370d 100644 --- a/remote/modules/systemd/systemd.conf +++ b/remote/modules/systemd/systemd.conf @@ -2,7 +2,7 @@ VERSION=systemd-197 URL=http://www.freedesktop.org/software/systemd/${VERSION}.tar.xz LIBKMOD_VERSION="kmod-12" LIBKMOD_URL="http://www.kernel.org/pub/linux/utils/kernel/kmod/${LIBKMOD_VERSION}.tar.gz" -REQUIRED_DEPENDENCIES=" intltool +REQUIRED_INSTALLED_PACKAGES=" intltool gperf dbus pkg-config diff --git a/remote/modules/systemd/systemd.conf.zypper b/remote/modules/systemd/systemd.conf.zypper index 4f415ded..de89399e 100644 --- a/remote/modules/systemd/systemd.conf.zypper +++ b/remote/modules/systemd/systemd.conf.zypper @@ -1,6 +1,6 @@ VERSION=systemd-201 URL=http://www.freedesktop.org/software/systemd/${VERSION}.tar.xz -REQUIRED_DEPENDENCIES=" intltool +REQUIRED_INSTALLED_PACKAGES=" intltool gperf pkg-config libcap-devel |
