Created
July 14, 2020 17:26
-
-
Save 3manuek/028925d71f72d5ea7f65d6a53d8547e9 to your computer and use it in GitHub Desktop.
TheBank Akai postinstall fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** 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