fixed: xbmc-standalone did not respect configure prefix.
authorspiff <spiff@xbmc.org>
Thu, 27 Oct 2011 20:26:22 +0000 (22:26 +0200)
committerspiff <spiff@xbmc.org>
Thu, 27 Oct 2011 20:29:20 +0000 (22:29 +0200)
thanks to flyser, closes #11895

tools/Linux/xbmc-standalone.sh.in

index c0946c3..07158e5 100644 (file)
 #  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 #  http://www.gnu.org/copyleft/gpl.html
 
-XBMC="xbmc --standalone $@"
+prefix="@prefix@"
+exec_prefix="@exec_prefix@"
+bindir="@bindir@"
+XBMC="${bindir}/xbmc --standalone $@"
 
 @XBMC_STANDALONE_SH_PULSE@