Magellan Linux

Contents of /trunk/koffice/patches/koffice-1.6.2-build-kexi-sql.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 182 - (show annotations) (download)
Sun May 13 19:55:54 2007 UTC (16 years, 11 months ago) by niro
File size: 564 byte(s)
new patches

1 --- branches/koffice/1.6/koffice/kexi/examples/build_kexi_file.sh 2007/01/24 18:50:22 626851
2 +++ branches/koffice/1.6/koffice/kexi/examples/build_kexi_file.sh 2007/02/15 13:50:16 633840
3 @@ -8,8 +8,10 @@
4 # ksqlite is needed on the $PATH.
5
6 KEXISQL3PATH=../3rdparty/kexisql3/src/.libs/
7 -PATH=$PATH:$KEXISQL3PATH
8 -LD_LIBRARY_PATH=$KEXISQL3PATH:$KEXISQL3PATH
9 +PATH=$KEXISQL3PATH:$PATH
10 +export PATH
11 +LD_LIBRARY_PATH=$KEXISQL3PATH:$LD_LIBRARY_PATH
12 +export LD_LIBRARY_PATH
13 which ksqlite > /dev/null || exit 1
14
15 [ $# -lt 1 ] && echo "Missing .sql filename." && exit 1