summaryrefslogtreecommitdiffstats
path: root/remote/tools/ldm
diff options
context:
space:
mode:
authorMichael Neves2013-01-18 17:03:24 +0100
committerMichael Neves2013-01-18 17:03:24 +0100
commit5a3f2fe0b0d55e6c70c91038fb7c820fdc54b1f5 (patch)
tree26303021c1b115b468ebcbcf925a291a296bd510 /remote/tools/ldm
parentlightdm & gtk-greeter (diff)
downloadtm-scripts-5a3f2fe0b0d55e6c70c91038fb7c820fdc54b1f5.tar.gz
tm-scripts-5a3f2fe0b0d55e6c70c91038fb7c820fdc54b1f5.tar.xz
tm-scripts-5a3f2fe0b0d55e6c70c91038fb7c820fdc54b1f5.zip
config fixes
Diffstat (limited to 'remote/tools/ldm')
-rw-r--r--remote/tools/ldm/ldm.build2
-rw-r--r--remote/tools/ldm/ldm.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/remote/tools/ldm/ldm.build b/remote/tools/ldm/ldm.build
index 7577b632..8bd8dbdd 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
+ ./configure --prefix="/usr"
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 f6b9004a..ad24c749 100644
--- a/remote/tools/ldm/ldm.conf
+++ b/remote/tools/ldm/ldm.conf
@@ -3,6 +3,6 @@ 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="/etc /lib"
+REQUIRED_DIRECTORIES="/usr/etc /usr/lib"
REQUIRED_FILES=""