summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2012-10-30 10:17:46 +0000
committerBen Brewer <ben.brewer@codethink.co.uk>2012-10-30 10:17:46 +0000
commitbb19c3448106df1391191065ca81f807378bd509 (patch)
treed98c969fcef4beb0e89c5e04a7c554d3a44f9f32
parent558db5422cca278e9e49eafb04ed3162c3efb199 (diff)
downloadbluez-bb19c3448106df1391191065ca81f807378bd509.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\""
- ]
}