summaryrefslogtreecommitdiffstats
path: root/remote/tools/ldm
diff options
context:
space:
mode:
authorMichael Neves2013-01-18 16:41:19 +0100
committerMichael Neves2013-01-18 16:41:19 +0100
commitaec11047ced3a2b1067041981f889a3de84c5a22 (patch)
treee3316a4879505ad93c5c312046166fa6fa8f3eea /remote/tools/ldm
parentmerges base.conf (diff)
downloadtm-scripts-aec11047ced3a2b1067041981f889a3de84c5a22.tar.gz
tm-scripts-aec11047ced3a2b1067041981f889a3de84c5a22.tar.xz
tm-scripts-aec11047ced3a2b1067041981f889a3de84c5a22.zip
lightdm & gtk-greeter
Diffstat (limited to 'remote/tools/ldm')
-rw-r--r--remote/tools/ldm/ldm.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/tools/ldm/ldm.build b/remote/tools/ldm/ldm.build
index 1a5ad082..7577b632 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=/
+ ./configure
make
[ ! -d $BUILDDIR ] && mkdir -p $BUILDDIR
DESTDIR=$BUILDDIR make install