diff options
| author | Michael Neves | 2013-01-21 15:02:14 +0100 |
|---|---|---|
| committer | Michael Neves | 2013-01-21 15:02:14 +0100 |
| commit | 05765ec3f52e8e803c7bc95923edb69024ea482b (patch) | |
| tree | 482d2795f2ad09222bead6af5f99dbd46b9f18a2 /remote/tools/ldm | |
| parent | lightdm config file & theme - removed double (diff) | |
| download | tm-scripts-05765ec3f52e8e803c7bc95923edb69024ea482b.tar.gz tm-scripts-05765ec3f52e8e803c7bc95923edb69024ea482b.tar.xz tm-scripts-05765ec3f52e8e803c7bc95923edb69024ea482b.zip | |
ldm conf
Diffstat (limited to 'remote/tools/ldm')
| -rw-r--r-- | remote/tools/ldm/ldm.build | 2 | ||||
| -rw-r--r-- | remote/tools/ldm/ldm.conf | 2 |
2 files changed, 2 insertions, 2 deletions
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="" |
