aboutsummaryrefslogtreecommitdiff
path: root/editors/calligra/files/patch-kexi_examples-build_kexi_file.sh
diff options
context:
space:
mode:
Diffstat (limited to 'editors/calligra/files/patch-kexi_examples-build_kexi_file.sh')
-rw-r--r--editors/calligra/files/patch-kexi_examples-build_kexi_file.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/calligra/files/patch-kexi_examples-build_kexi_file.sh b/editors/calligra/files/patch-kexi_examples-build_kexi_file.sh
deleted file mode 100644
index 1fb0916c33a0..000000000000
--- a/editors/calligra/files/patch-kexi_examples-build_kexi_file.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- kexi/examples/build_kexi_file.sh.orig Mon Mar 5 01:50:05 2007
-+++ kexi/examples/build_kexi_file.sh Mon Mar 5 01:50:31 2007
-@@ -7,9 +7,9 @@
- # Only .kexi file that is older than .sql file is recreated.
- # ksqlite is needed on the $PATH.
-
--KEXISQL3PATH=../3rdparty/kexisql3/src/.libs/
--PATH=$PATH:$KEXISQL3PATH
--LD_LIBRARY_PATH=$KEXISQL3PATH:$KEXISQL3PATH
-+export KEXISQL3PATH=../3rdparty/kexisql3/src/.libs/
-+export PATH=$PATH:$KEXISQL3PATH
-+export LD_LIBRARY_PATH=$KEXISQL3PATH:$KEXISQL3PATH
- which ksqlite > /dev/null || exit 1
-
- [ $# -lt 1 ] && echo "Missing .sql filename." && exit 1