diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-12-13 20:05:25 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-12-13 20:05:25 +0000 |
commit | 67ed3f6aa3ca3a6f3fbc4ad3361a8a6e00d3ed15 (patch) | |
tree | 5d103c334aceae3b8e0a056ac688123a2875cdb2 /packages/darwin_app | |
parent | df743be1ea4e044f5f153748dc6b56f0730c6258 (diff) |
updated Scripts link to point to 'tcl' folder
svn path=/trunk/; revision=14630
Diffstat (limited to 'packages/darwin_app')
-rw-r--r-- | packages/darwin_app/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index a32ce3f6..3cb48602 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -172,9 +172,7 @@ darwin_app_core: darwin_app_wrapper pd_install install -d "$(PD_APP_CONTENTS)/Resources/bin" cd "$(PD_APP_CONTENTS)/Resources" && \ - ln -s bin Scripts - cd "$(PD_APP_CONTENTS)/Resources/bin" && \ - test -e AppMain.tcl || ln -s pd.tk AppMain.tcl + ln -s tcl Scripts cd "$(PD_APP_CONTENTS)/Resources/bin" && \ test -e pdextended || ln -s pd pdextended # support for Info Panel Plugins mgmt |