Skip to content

Instantly share code, notes, and snippets.

@3manuek
Created July 14, 2020 17:26
Show Gist options
  • Save 3manuek/028925d71f72d5ea7f65d6a53d8547e9 to your computer and use it in GitHub Desktop.
Save 3manuek/028925d71f72d5ea7f65d6a53d8547e9 to your computer and use it in GitHub Desktop.
TheBank Akai postinstall fix
*** postinstall 2020-07-14 14:25:45.000000000 -0300
--- postinstall_ori 2020-07-14 14:24:48.000000000 -0300
***************
*** 50,56 ****
source="$DIRNAME"
find "$source" -type f \( -name '*.svx' -o -name '*.wav' \) -exec sh -c '
! dest="/Library/Application\ Support/Akai/MPC/TheBank"
source="{}"
destination="$dest${1%/*}"
name="{}"
--- 50,56 ----
source="$DIRNAME"
find "$source" -type f \( -name '*.svx' -o -name '*.wav' \) -exec sh -c '
! dest="/Library/Application Support/Akai/MPC/TheBank"
source="{}"
destination="$dest${1%/*}"
name="{}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment