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
7be6e8fb
Commit
7be6e8fb
authored
Jul 02, 2015
by
peastman
Browse files
Merge pull request #1005 from jchodera/master
Moved install.sh out of harm's way into devtools/packaging
parents
7195f68b
33f16ded
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 @
7be6e8fb
File moved
devtools/packaging/scripts/linux/package.sh
View file @
7be6e8fb
...
@@ -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
`
...
...
devtools/packaging/scripts/osx/package.sh
View file @
7be6e8fb
...
@@ -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
`
...
...
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