Skip to content

Commit

Permalink
moved examples directory to the top level directory so that they are …
Browse files Browse the repository at this point in the history
…accessible.
  • Loading branch information
Ralph Gauges committed Feb 2, 2005
1 parent 2e10b13 commit 7068f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MakeMacImage.sh
Expand Up @@ -52,10 +52,10 @@ echo "Set the icon in the Info.plist file."

# copy the examples into the Resources directory
echo "Make example directory."
mkdir -p ${TMPDIR}/copasi/CopasiUI.app/Contents/Resources/examples
mkdir -p ${TMPDIR}/copasi/examples
echo "Copy examples to example directory."
for EXAMPLE in $EXAMPLES;do
cp ${EXAMPLE} ${TMPDIR}/copasi/CopasiUI.app/Contents/Resources/examples/
cp ${EXAMPLE} ${TMPDIR}/copasi/examples/
done

# copy the files for the wizard into the Resources directory
Expand Down

0 comments on commit 7068f7d

Please sign in to comment.