From 3462d2ec01af4f45088e9d764799748f629b9cf9 Mon Sep 17 00:00:00 2001 From: Miguel De Anda Date: Mon, 11 Nov 2013 15:34:33 -0600 Subject: development/robomongo: Fixed name of i386 wrapper script Signed-off-by: Robby Workman --- development/robomongo/robomongo-i386.sh | 4 ++++ development/robomongo/robomongo-x86.sh | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 development/robomongo/robomongo-i386.sh delete mode 100644 development/robomongo/robomongo-x86.sh diff --git a/development/robomongo/robomongo-i386.sh b/development/robomongo/robomongo-i386.sh new file mode 100644 index 0000000000..8969839931 --- /dev/null +++ b/development/robomongo/robomongo-i386.sh @@ -0,0 +1,4 @@ +#!/bin/bash +export LD_LIBRARY_PATH=/usr/lib/robomongo:$LD_LIBRARY_PATH +export QT_PLUGIN_PATH=/usr/lib/robomongo:$QT_PLUGIN_PATH +/usr/bin/robomongo.bin \ No newline at end of file diff --git a/development/robomongo/robomongo-x86.sh b/development/robomongo/robomongo-x86.sh deleted file mode 100644 index 8969839931..0000000000 --- a/development/robomongo/robomongo-x86.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -export LD_LIBRARY_PATH=/usr/lib/robomongo:$LD_LIBRARY_PATH -export QT_PLUGIN_PATH=/usr/lib/robomongo:$QT_PLUGIN_PATH -/usr/bin/robomongo.bin \ No newline at end of file -- cgit v1.2.3