From 2bc8d5c941717d950cb8c8fff564d9b634bc6215 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Wed, 22 Feb 2012 13:15:35 -0800 Subject: Move installed programs from bin to sbin Signed-off-by: Geoff Levand --- ui/twin/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/twin') diff --git a/ui/twin/Makefile.am b/ui/twin/Makefile.am index 9e8f5de..af87500 100644 --- a/ui/twin/Makefile.am +++ b/ui/twin/Makefile.am @@ -44,10 +44,10 @@ libpbt_la_SOURCES = \ pbt-scr.c \ pbt-scr.h -bin_PROGRAMS = pb-twin +sbin_PROGRAMS = pb-twin if ENABLE_PS3 -bin_PROGRAMS += pb-twin-ps3 +sbin_PROGRAMS += pb-twin-ps3 endif -- cgit v1.2.1