aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranssih <anssih@svn>2010-06-08 16:54:37 +0000
committeranssih <anssih@svn>2010-06-08 16:54:37 +0000
commitc985ae28c54bf4ce2d23eded1aaed2e09f6f9d76 (patch)
tree1a3be13d7d1a5bc780bd412310b7e2dc6de41670
parent2a24ba4b7efbbc12d91256db4307b87c742c5221 (diff)
fixed: hardcoding of libdir and datadir in xbmc.sh.in
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30974 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r--tools/Linux/xbmc.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Linux/xbmc.sh.in b/tools/Linux/xbmc.sh.in
index 9ccad4eaa5..51aec5a414 100644
--- a/tools/Linux/xbmc.sh.in
+++ b/tools/Linux/xbmc.sh.in
@@ -19,7 +19,7 @@
# http://www.gnu.org/copyleft/gpl.html
SAVED_ARGS="$@"
-LIBDIR="@prefix@/lib"
+LIBDIR="@libdir@"
# Check for some options used by this script
while [ "$#" -gt "0" ]
@@ -97,7 +97,7 @@ print_crash_report()
echo "Crash report available at $FILE"
}
-python @prefix@/share/xbmc/FEH.py "$SAVED_ARGS"
+python @datadir@/xbmc/FEH.py "$SAVED_ARGS"
RET=$?
if [ $RET -ne 0 ]; then
exit $RET