[Packaging] Revert unintended changes to osx scripts

This commit is contained in:
Calum Lind 2015-09-20 15:47:24 +01:00
parent 58d385241f
commit 59c2520e0d
4 changed files with 3 additions and 4 deletions

View File

@ -24,7 +24,6 @@ export XDG_DATA_DIRS="$bundle_data"
export GTK_DATA_PREFIX="$bundle_res"
export GTK_EXE_PREFIX="$bundle_res"
export GTK_PATH="$bundle_res"
export GTK2_RC_FILES="$bundle_etc/gtk-2.0/gtkrc"
export GTK_IM_MODULE_FILE="$bundle_etc/gtk-2.0/gtk.immodules"
export GDK_PIXBUF_MODULE_FILE="$bundle_lib/gdk-pixbuf-2.0/2.10.0/loaders.cache"

2
osx/deluge-console Normal file → Executable file
View File

@ -11,7 +11,7 @@ fi
tmp=`dirname "$full_path"`
tmp=`dirname "$tmp"`
bundle=`dirname "$tmp"`
bundle_contents="$bundle"/Contents
bundle_contents=${bundle%"/Contents"}"/Contents"
bundle_macos="$bundle_contents"/MacOS
bundle_res="$bundle_contents"/Resources
bundle_lib="$bundle_res"/lib

2
osx/deluge-web Normal file → Executable file
View File

@ -11,7 +11,7 @@ fi
tmp=`dirname "$full_path"`
tmp=`dirname "$tmp"`
bundle=`dirname "$tmp"`
bundle_contents="$bundle"/Contents
bundle_contents=${bundle%"/Contents"}"/Contents"
bundle_macos="$bundle_contents"/MacOS
bundle_res="$bundle_contents"/Resources
bundle_lib="$bundle_res"/lib

2
osx/deluged Normal file → Executable file
View File

@ -11,7 +11,7 @@ fi
tmp=`dirname "$full_path"`
tmp=`dirname "$tmp"`
bundle=`dirname "$tmp"`
bundle_contents="$bundle"/Contents
bundle_contents=${bundle%"/Contents"}"/Contents"
bundle_macos="$bundle_contents"/MacOS
bundle_res="$bundle_contents"/Resources
bundle_lib="$bundle_res"/lib