summaryrefslogtreecommitdiffstats
path: root/remote/tools/ldm
diff options
context:
space:
mode:
authorMichael Neves2013-01-21 16:40:18 +0100
committerMichael Neves2013-01-21 16:40:18 +0100
commita02a8af902de9dc49fa6b985239c977d5e718215 (patch)
tree35b0ab71e8b78d4c77105853b64949c68fc30555 /remote/tools/ldm
parentgitignore (diff)
downloadtm-scripts-a02a8af902de9dc49fa6b985239c977d5e718215.tar.gz
tm-scripts-a02a8af902de9dc49fa6b985239c977d5e718215.tar.xz
tm-scripts-a02a8af902de9dc49fa6b985239c977d5e718215.zip
ldm & greeter conf
Diffstat (limited to 'remote/tools/ldm')
-rw-r--r--remote/tools/ldm/ldm.build2
-rw-r--r--remote/tools/ldm/ldm.conf4
2 files changed, 3 insertions, 3 deletions
diff --git a/remote/tools/ldm/ldm.build b/remote/tools/ldm/ldm.build
index 85daf6c0..0b18124f 100644
--- a/remote/tools/ldm/ldm.build
+++ b/remote/tools/ldm/ldm.build
@@ -19,7 +19,7 @@ build () {
if [ ! -e .built ]; then
cd src/$VERSION
- ./configure --prefix="/usr" --exec-prefix="/"
+ ./configure --prefix="/" --datarootdir="/usr/share"
make
[ ! -d $BUILDDIR ] && mkdir -p $BUILDDIR
DESTDIR=$BUILDDIR make install
diff --git a/remote/tools/ldm/ldm.conf b/remote/tools/ldm/ldm.conf
index 3d731c71..ee3f6e51 100644
--- a/remote/tools/ldm/ldm.conf
+++ b/remote/tools/ldm/ldm.conf
@@ -2,7 +2,7 @@ VERSION=lightdm-1.4.0
URL=https://launchpad.net/lightdm/1.4/1.4.0/+download/lightdm-1.4.0.tar.gz
DEPS="libpam-dev itstool liblightdm-gobject-1-dev"
REQUIRED_PACKAGES=""
-REQUIRED_BINARIES="dm-tool lightdm gdmflexiserver lightdm-guest-session-wrapper lightdm-set-defaults"
-REQUIRED_DIRECTORIES=""
+REQUIRED_BINARIES="dm-tool lightdm lightdm-set-defaults gdmflexiserver lightdm-guest-session-wrapper lightdm-set-defaults"
+REQUIRED_DIRECTORIES="/etc /lib "
REQUIRED_FILES=""