mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
[Packaging] Revert unintended changes to osx scripts
This commit is contained in:
parent
58d385241f
commit
59c2520e0d
4 changed files with 3 additions and 4 deletions
|
@ -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
2
osx/deluge-console
Normal file → Executable 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
2
osx/deluge-web
Normal file → Executable 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
2
osx/deluged
Normal file → Executable 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
|
||||
|
|
Loading…
Add table
Reference in a new issue