From fc34b88b509eff55b9aa1ba9dd156a1e6ae28988 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Sun, 18 Nov 2012 13:19:16 -0800 Subject: [PATCH] session-manager: Don't install 'send_osc' test program (which conflicts with a program of the same name in pyliblo) --- session-manager/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session-manager/wscript b/session-manager/wscript index d891a81..9cda12b 100644 --- a/session-manager/wscript +++ b/session-manager/wscript @@ -90,7 +90,7 @@ src/send_osc.C includes = ['.', 'src', '../nonlib' ], uselib = [ 'LIBLO' ], use = [ 'nonlib'], - install_path = '${BINDIR}') + install_path = None ) start_dir = bld.path.find_dir( 'icons/hicolor' )