From 83b40200fc780f110a488464c81241d54d17964c Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Mon, 8 Oct 2012 12:07:53 +0000 Subject: Install several bluetooth test utilities --- bluez.morph | 7 +++++++ 1 file changed, 7 insertions(+) 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\"" ] } -- cgit v1.2.1