diff options
Diffstat (limited to 'graphics/qcad/qcad.sh')
-rw-r--r-- | graphics/qcad/qcad.sh | 3 |
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 "$@" |