changeset 215:723ef2c9f17b

OS/X deploy: copy pyin from subrepo instead of neighbouring directory
author Chris Cannam
date Thu, 06 Mar 2014 16:08:31 +0000
parents ebb87fead184
children 5e92de3bdf63
files deploy/osx/deploy.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/osx/deploy.sh	Thu Mar 06 16:07:55 2014 +0000
+++ b/deploy/osx/deploy.sh	Thu Mar 06 16:08:31 2014 +0000
@@ -36,10 +36,10 @@
 fi
 
 echo
-echo "Copying in plugin from ../pyin/pyin.dylib."
+echo "Copying in plugin from pyin/pyin.dylib."
 echo "(make sure it's present, up-to-date and compiled with suitable optimisations!)"
 
-cp ../pyin/pyin.{dylib,cat,n3} "$source/Contents/Resources/"
+cp pyin/pyin.{dylib,cat,n3} "$source/Contents/Resources/"
 
 echo
 echo "Fixing up paths."