diff options
author | Bruno T. Russo (BrunoRusso) <contato@brunorusso.eti.br> | 2011-02-06 02:38:47 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-02-06 02:38:47 -0600 |
commit | 441e4ab66f6ac0e0579f6b82fc4f7e2d9a07a10b (patch) | |
tree | b66b28047c6bc339e05cb3dce53d6f9746cad09c /office/freemind/freemind.sh | |
parent | 981ba864e34590448f92ef03ec2ad79d2d8b449b (diff) | |
download | slackbuilds-441e4ab66f6ac0e0579f6b82fc4f7e2d9a07a10b.tar.gz |
office/freemind: use a wrapper instead of symlink to launch
Thanks to Vincent Batts.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/freemind/freemind.sh')
-rw-r--r-- | office/freemind/freemind.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/freemind/freemind.sh b/office/freemind/freemind.sh new file mode 100644 index 0000000000..7252991788 --- /dev/null +++ b/office/freemind/freemind.sh @@ -0,0 +1,3 @@ +#!/bin/sh +export FREEMIND_BASE_DIR="/opt/freemind" +${FREEMIND_BASE_DIR}/freemind.sh ${1+"$@"} |