File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7777 echo "Changing directory to openFrameworks..."
7878 cd ../openFrameworks
7979 echo "Now in: $(pwd)"
80- echo "Listing apps/projectGenerator/scripts/osx :"
80+ echo "Listing apps/projectGenerator/:"
8181 ls -lah apps/projectGenerator/
8282
8383 echo "Executing build_cmdline.sh:"
Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ echo "Intended destination for projectGenerator files:"
8181echo " ${OF_ROOT} /apps/projectGenerator"
8282
8383if command -v rsync & > /dev/null; then
84- rsync -avzp --exclude=' .git/' --exclude=' .ccache/' ${PG_DIR} ${OF_ROOT} /apps/projectGenerator
84+ rsync -avzp --exclude=' .git/' --exclude=' .ccache/' ${PG_DIR} / ${OF_ROOT} /apps/projectGenerator/
8585else
86- cp -X ${PG_DIR} / ${OF_ROOT} /apps/projectGenerator 2> /dev/null
86+ cp -X ${PG_DIR} / ${OF_ROOT} /apps/projectGenerator/ 2> /dev/null
8787fi
8888
8989ls apps/projectGenerator
You can’t perform that action at this time.
0 commit comments