From 6e9d6934d9158d38cbddb3a6d26a5f6fca86c591 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 28 Oct 2020 06:14:31 +0100 Subject: [PATCH] Fix previous commit (OSX LV2) --- tools/osx_packaging/osx_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 0a9de6c462..8c97cbe787 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -526,7 +526,7 @@ cp -R $BUILD_ROOT/libs/LV2 $Frameworks/ # lv2 core, classifications for file in $GTKSTACK_ROOT/lib/lv2/*.lv2; do BN=$(basename $file) - mkdir -p $APPLIB/LV2/$BN + mkdir -p $Frameworks/LV2/$BN cp $GTKSTACK_ROOT/lib/lv2/${BN}/*.ttl $Frameworks/LV2/${BN}/ done