summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-10-08 12:07:53 +0000
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>2012-12-13 11:02:27 +0000
commite15b50a983368e461a69ea8f058a9490943ca7fa (patch)
treebcb29fd52a5278c73e643bdf627e1081d0ccb14b
parentd273e773cddad46d45c93de5eda4a485f77376b9 (diff)
downloadbluez-e15b50a983368e461a69ea8f058a9490943ca7fa.tar.gz
Install several bluetooth test utilities
-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\""
]
}