summaryrefslogtreecommitdiff
path: root/bluez.morph
diff options
context:
space:
mode:
Diffstat (limited to 'bluez.morph')
-rw-r--r--bluez.morph7
1 files changed, 7 insertions, 0 deletions
diff --git a/bluez.morph b/bluez.morph
index 2a7011c7e..ce9fcb5ff 100644
--- a/bluez.morph
+++ b/bluez.morph
@@ -6,5 +6,12 @@
"configure-commands": [
"autoreconf -ivf",
"./configure --prefix=\"$PREFIX\" --enable-tools --enable-test"
+ ],
+ "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\""
]
}