From d793540a53a8f45016dedaf66e3063096b1e5eb9 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 20 Sep 2013 15:19:16 +0200 Subject: [mltk] add comments about needed package to use mltk. TODO make it install automaticly --- mltk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mltk b/mltk index 5d5ea80f..2ba63fc4 100755 --- a/mltk +++ b/mltk @@ -98,6 +98,10 @@ check_devtools() { for i in $DEVTOOLS; do which "$i" 2>/dev/null 1>&2 || { echo "Essential development tool $i not found - exiting."; exit 1; } done + + # TODO make the script install the dev-stuff automaticly. + # Ubuntu: 'build-essential', 'm4', 'squashfs-tools' + # OpenSUSE: ??? } initial_checks() { -- cgit v1.2.3-55-g7522 From 776bdc66d20ab811b2cdaeffd6a337c3f1402d4d Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 20 Sep 2013 16:01:56 +0200 Subject: [consolekit] added back missing folder, fixes error msg upon login --- remote/modules/consolekit/consolekit.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/remote/modules/consolekit/consolekit.conf b/remote/modules/consolekit/consolekit.conf index b84bf697..e27b15e6 100644 --- a/remote/modules/consolekit/consolekit.conf +++ b/remote/modules/consolekit/consolekit.conf @@ -7,6 +7,7 @@ REQUIRED_BINARIES=" REQUIRED_DIRECTORIES=" /etc/ConsoleKit /etc/dbus-1 + /usr/lib/ConsoleKit /usr/share " REQUIRED_LIBRARIES=" -- cgit v1.2.3-55-g7522