Commit 7be6e8fb authored by peastman's avatar peastman
Browse files

Merge pull request #1005 from jchodera/master

Moved install.sh out of harm's way into devtools/packaging
parents 7195f68b 33f16ded
...@@ -25,7 +25,7 @@ for filename in $( cat openmm/devtools/packaging/manifests/binary/manifest.txt ) ...@@ -25,7 +25,7 @@ for filename in $( cat openmm/devtools/packaging/manifests/binary/manifest.txt )
done done
# Add the install.sh script # Add the install.sh script
CMD="cp -r openmm/install.sh $PACKAGE_DIR/$PACKAGE_SUBDIR" CMD="cp -r openmm/devtools/packaging/install.sh $PACKAGE_DIR/$PACKAGE_SUBDIR"
echo $CMD echo $CMD
`$CMD` `$CMD`
......
...@@ -22,7 +22,7 @@ for filename in $( cat openmm/devtools/packaging/manifests/binary/manifest.txt ) ...@@ -22,7 +22,7 @@ for filename in $( cat openmm/devtools/packaging/manifests/binary/manifest.txt )
done done
# Add the install.sh script # Add the install.sh script
CMD="cp -r openmm/install.sh $PACKAGE_DIR/$PACKAGE_SUBDIR" CMD="cp -r openmm/devtools/packaging/install.sh $PACKAGE_DIR/$PACKAGE_SUBDIR"
echo $CMD echo $CMD
`$CMD` `$CMD`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment