mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-08 09:36:24 +01:00
Change Mac script paths to be in-app
This commit is contained in:
@@ -97,17 +97,17 @@ function installAction
|
||||
|
||||
case "${ACTION}" in
|
||||
"" | build)
|
||||
TARGET_BUILD_DIR="${TARGET_BUILD_DIR}/plug-ins"
|
||||
TARGET_BUILD_DIR="${TARGET_BUILD_DIR}/Audacity.app/Contents/plug-ins"
|
||||
buildAction
|
||||
;;
|
||||
|
||||
install)
|
||||
TARGET_BUILD_DIR="${DSTROOT}/Audacity/plug-ins"
|
||||
TARGET_BUILD_DIR="${DSTROOT}/Audacity/Audacity.app/Contents/plug-ins"
|
||||
installAction
|
||||
;;
|
||||
|
||||
clean)
|
||||
TARGET_BUILD_DIR="${TARGET_BUILD_DIR}/plug-ins"
|
||||
TARGET_BUILD_DIR="${TARGET_BUILD_DIR}/Audacity.app/Contents/plug-ins"
|
||||
cleanAction
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user