diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile
index f37cf54952ae7adf5e097a4b22d61e05d1c3ec5c..536d57db9d098506fead27a4064e06a0a704dae9 100644
--- a/packages/darwin_app/Makefile
+++ b/packages/darwin_app/Makefile
@@ -192,7 +192,7 @@ darwin_app_core: darwin_app_wrapper
 	cd "$(PD_APP_CONTENTS)/Resources" && \
 		ln -s bin Scripts
 # support for Info Panel Plugins mgmt
-	cd "$(PD_APP_CONTENTS)" && ln -s Resources/extra Plugins
+	cd "$(PD_APP_CONTENTS)" && ln -s Resources/app.nw/extra Plugins
 	install -p -m0644 org.puredata.pd-l2ork.default.plist "$(PD_APP_CONTENTS)/Resources/"
 # since Pd-vanilla on Mac OS X doesn't have an 'include/pd' folder,
 # Pd-extended will mimic Pd-vanilla's include/pd until Pd-vanilla gets one