SOURCES: koffice-paths.patch (NEW) - new

arekm arekm at pld-linux.org
Wed Feb 14 11:01:20 CET 2007


Author: arekm                        Date: Wed Feb 14 10:01:20 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   koffice-paths.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/koffice-paths.patch
diff -u /dev/null SOURCES/koffice-paths.patch:1.1
--- /dev/null	Wed Feb 14 11:01:20 2007
+++ SOURCES/koffice-paths.patch	Wed Feb 14 11:01:15 2007
@@ -0,0 +1,13 @@
+--- ./kexi/examples/build_kexi_file.sh.org	2007-02-14 09:32:43.606623000 +0100
++++ ./kexi/examples/build_kexi_file.sh	2007-02-14 09:33:04.794623000 +0100
+@@ -8,8 +8,8 @@
+ # ksqlite is needed on the $PATH.
+ 
+ KEXISQL3PATH=../3rdparty/kexisql3/src/.libs/
+-PATH=$PATH:$KEXISQL3PATH
+-LD_LIBRARY_PATH=$KEXISQL3PATH:$KEXISQL3PATH
++export PATH=$PATH:$KEXISQL3PATH
++export LD_LIBRARY_PATH=$KEXISQL3PATH:$KEXISQL3PATH
+ which ksqlite > /dev/null || exit 1
+ 
+ [ $# -lt 1 ] && echo "Missing .sql filename." && exit 1
================================================================


More information about the pld-cvs-commit mailing list