summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2012-10-30 10:17:46 +0000
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>2012-12-13 11:02:27 +0000
commit5023120afe1105ea56e836db687a0aab343ea142 (patch)
treea5e27ee25c72de316c8fbfa7b9e92823139fa69f
parent69f4123fb06d20df28bfe5c3dd482bda5ce16976 (diff)
downloadbluez-5023120afe1105ea56e836db687a0aab343ea142.tar.gz
Set paths correctly for install
-rw-r--r--bluez.morph10
1 files changed, 1 insertions, 9 deletions
diff --git a/bluez.morph b/bluez.morph
index eb069ed92..5755371e4 100644
--- a/bluez.morph
+++ b/bluez.morph
@@ -5,14 +5,6 @@
"build-system": "autotools",
"configure-commands": [
"autoreconf -ivf",
- "./configure --prefix=\"$PREFIX\" --enable-tools --enable-test"
+ "./configure --prefix=\"$PREFIX\" --enable-tools --enable-test --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib"
],
- "install-commands": [
- "make DESTDIR=\"$DESTDIR\" install",
- "install -m755 test/simple-agent \"$DESTDIR/usr/bin\"",
- "install -m755 test/simple-service \"$DESTDIR/usr/bin\"",
- "install -m755 test/monitor-bluetooth \"$DESTDIR/usr/bin\"",
- "install -m755 test/list-devices \"$DESTDIR/usr/bin/list-bluetooth-devices\"",
- "mkdir -p \"$DESTDIR/etc/dbus-1/system.d\" && install -m664 bluez.conf \"$DESTDIR/etc/dbus-1/system.d\""
- ]
}