summaryrefslogtreecommitdiffstats
path: root/graphics/qcad/qcad.sh
diff options
context:
space:
mode:
author Larry Hajali <larryhaja@gmail.com>2015-01-04 08:39:41 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-04 08:39:41 +0700
commit671735d433257cef9320bddc608bcf82aa55e5e6 (patch)
tree731a41112e1a7104b3555774b91313ede9e5034c /graphics/qcad/qcad.sh
parent84bf41e1996ad031630db1e3ff1f5adf4e59e01d (diff)
downloadslackbuilds-671735d433257cef9320bddc608bcf82aa55e5e6.tar.gz
slackbuilds-671735d433257cef9320bddc608bcf82aa55e5e6.tar.xz
graphics/qcad: Added (Open Source CAD).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/qcad/qcad.sh')
-rw-r--r--graphics/qcad/qcad.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/qcad/qcad.sh b/graphics/qcad/qcad.sh
new file mode 100644
index 0000000000..49dced79fc
--- /dev/null
+++ b/graphics/qcad/qcad.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /usr/share/qcad
+LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/usr/share/qcad" exec /usr/share/qcad/qcad-bin "$@"