diff --git a/makepanda/makepackage.py b/makepanda/makepackage.py
index ec78a5277e..b79a4430d7 100755
--- a/makepanda/makepackage.py
+++ b/makepanda/makepackage.py
@@ -730,6 +730,10 @@ def MakeInstallerOSX(version, runtime=False, python_versions=[], installdir=None
dist.write('
Panda3D SDK %s\n' % (version))
dist.write(' \n')
dist.write(' %s\n' % ReadFile("doc/LICENSE"))
+ dist.write(' ')
+ dist.write('WARNING: From Panda3D version 1.10.5 onwards, the default installation has been changed from /Developer/Panda3D to /Library/Developer/Panda3D\n')
+ dist.write('This installation script will remove any existing installation in /Developer and if possible create a symbolic link towards /Library/Developer/Panda3D\n')
+ dist.write(' ')
dist.write('