summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-10-08 12:07:53 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-10-08 12:07:53 +0000
commit83b40200fc780f110a488464c81241d54d17964c (patch)
treeebfbbee76aa2e5d35c31eae702058430f61e0bb9
parent54c9d89f2546797909d4c2dee3d89b191f47b1ab (diff)
downloadbluez-baserock/morph.tar.gz
Install several bluetooth test utilitiesbaserock/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\""
]
}