Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
33f16ded
Commit
33f16ded
authored
Jul 01, 2015
by
John Chodera (MSKCC)
Browse files
Moved install.sh out of harm's way into devtools/packaging and updated binary packaging scripts.
parent
ca200ea3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
devtools/packaging/install.sh
devtools/packaging/install.sh
+0
-0
devtools/packaging/scripts/linux/package.sh
devtools/packaging/scripts/linux/package.sh
+1
-1
devtools/packaging/scripts/osx/package.sh
devtools/packaging/scripts/osx/package.sh
+1
-1
No files found.
install.sh
→
devtools/packaging/
install.sh
View file @
33f16ded
File moved
devtools/packaging/scripts/linux/package.sh
View file @
33f16ded
...
...
@@ -25,7 +25,7 @@ for filename in $( cat openmm/devtools/packaging/manifests/binary/manifest.txt )
done
# 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
`
$CMD
`
...
...
devtools/packaging/scripts/osx/package.sh
View file @
33f16ded
...
...
@@ -22,7 +22,7 @@ for filename in $( cat openmm/devtools/packaging/manifests/binary/manifest.txt )
done
# 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
`
$CMD
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment