diff options
author | Miguel De Anda <miguel@thedeanda.com> | 2013-11-11 13:04:54 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-11 13:04:54 -0600 |
commit | 06048fbebe8901ab0d5c2f50c9c5d3f533e5e3c0 (patch) | |
tree | 658eabcc30866ad264d0395a0de14dbab6355f57 /development/robomongo/robomongo-x86_64.sh | |
parent | d09d1f08ac33a5462f90134dcb2d604ea4e0108d (diff) | |
download | slackbuilds-06048fbebe8901ab0d5c2f50c9c5d3f533e5e3c0.tar.gz |
development/robomongo: Updated for version 0.8.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/robomongo/robomongo-x86_64.sh')
-rw-r--r-- | development/robomongo/robomongo-x86_64.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/robomongo/robomongo-x86_64.sh b/development/robomongo/robomongo-x86_64.sh new file mode 100644 index 0000000000..a584072367 --- /dev/null +++ b/development/robomongo/robomongo-x86_64.sh @@ -0,0 +1,4 @@ +#!/bin/bash +export LD_LIBRARY_PATH=/usr/lib64/robomongo:$LD_LIBRARY_PATH +export QT_PLUGIN_PATH=/usr/lib64/robomongo:$QT_PLUGIN_PATH +/usr/bin/robomongo.bin
\ No newline at end of file |