summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--remote/tools/ldm/ldm.build2
-rw-r--r--remote/tools/ldm/ldm.conf2
3 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 66cefb38..d65aeed1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,6 @@
*~
*.swp
-server/stage3.1
-data/stage3.1
+stage3.1
stage3.2
initramfs
src
diff --git a/remote/tools/ldm/ldm.build b/remote/tools/ldm/ldm.build
index 8bd8dbdd..85daf6c0 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"
+ ./configure --prefix="/usr" --exec-prefix="/"
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 ad24c749..3d731c71 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="/usr/etc /usr/lib"
+REQUIRED_DIRECTORIES=""
REQUIRED_FILES=""