diff options
author | Miguel De Anda <miguel@thedeanda.com> | 2013-10-20 15:20:30 +0200 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2013-10-20 15:20:30 +0200 |
commit | 76ea7a123b45578a2f6e249ddd0e0b2a6e4a0366 (patch) | |
tree | 42795d21990d32d07e7be6d665bbb1073b54d978 /development/robomongo/robomongo.launcher | |
parent | 5518e3f6acef6317a4fc4a510245ba4203fc599c (diff) |
development/robomongo: Added (MongoDB admin gui).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/robomongo/robomongo.launcher')
-rw-r--r-- | development/robomongo/robomongo.launcher | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/robomongo/robomongo.launcher b/development/robomongo/robomongo.launcher new file mode 100644 index 0000000000000..b00053528bb40 --- /dev/null +++ b/development/robomongo/robomongo.launcher @@ -0,0 +1,4 @@ +#!/bin/sh +export LD_LIBRARY_PATH=/usr/lib@LIBDIRSUFFIX@/robomongo:$LD_LIBRARY_PATH +export QT_PLUGIN_PATH=/usr/lib@LIBDIRSUFFIX@/robomongo:$QT_PLUGIN_PATH +exec /usr/bin/robomongo.bin |