[longomatch/redesign3] Fix path of the binaries folder
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign3] Fix path of the binaries folder
- Date: Tue, 16 Aug 2011 18:35:46 +0000 (UTC)
commit 82d0e135df8a2a41d39f00d78044b5106907c6cd
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Aug 16 20:08:58 2011 +0200
Fix path of the binaries folder
env.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/env.in b/env.in
index 280c3da..69d7adb 100755
--- a/env.in
+++ b/env.in
@@ -2,7 +2,7 @@
build_dir=`cd $(dirname $0) && pwd`
-export PATH=$build_dir/LongoMatch/bin/Release:$PATH
+export PATH=$build_dir/bin:$PATH
export LD_LIBRARY_PATH=$build_dir/libcesarplayer/.libs${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
exec "$@"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]