diff options
| author | Michael Neves | 2013-02-28 15:00:24 +0100 |
|---|---|---|
| committer | Michael Neves | 2013-02-28 15:00:24 +0100 |
| commit | e4e4261fbb5fce8e2f2a612fc303bb366200b0f3 (patch) | |
| tree | a4757ccec8ad9f07dd9bf8f40e8fb8e2da6135da /remote/tools/policykit | |
| parent | small fixes (diff) | |
| parent | Generalization: (diff) | |
| download | tm-scripts-e4e4261fbb5fce8e2f2a612fc303bb366200b0f3.tar.gz tm-scripts-e4e4261fbb5fce8e2f2a612fc303bb366200b0f3.tar.xz tm-scripts-e4e4261fbb5fce8e2f2a612fc303bb366200b0f3.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Conflicts:
helper/fileutil.inc
remote/tools/base/base.build
Diffstat (limited to 'remote/tools/policykit')
| -rw-r--r-- | remote/tools/policykit/policykit.build | 4 | ||||
| -rw-r--r-- | remote/tools/policykit/policykit.conf | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/remote/tools/policykit/policykit.build b/remote/tools/policykit/policykit.build index a42f48b7..079985ac 100644 --- a/remote/tools/policykit/policykit.build +++ b/remote/tools/policykit/policykit.build @@ -6,10 +6,6 @@ fetch_source () { touch .fetched_source } -install_dependencies() { - apt-get install -y $DEPS -} - build () { BUILDDIR=$TOOL_DIR/$TOOL/build diff --git a/remote/tools/policykit/policykit.conf b/remote/tools/policykit/policykit.conf index c8c27cf3..fbf997f6 100644 --- a/remote/tools/policykit/policykit.conf +++ b/remote/tools/policykit/policykit.conf @@ -1,6 +1,6 @@ VERSION=polkit-0.110 URL=http://www.freedesktop.org/software/polkit/releases/polkit-0.110.tar.gz -DEPS="libmozjs185-dev" +REQUIRED_DEPENDENCIES="libmozjs185-dev" REQUIRED_PACKAGES="" REQUIRED_BINARIES="" REQUIRED_DIRECTORIES="/bin /etc /lib /usr/share/dbus-1 /usr/share/polkit-1" |
