diff options
author | Adam Frisby | 2007-06-19 04:04:28 +0000 |
---|---|---|
committer | Adam Frisby | 2007-06-19 04:04:28 +0000 |
commit | b34d1c210e6cc599d0eb74c653dafd6bbb362770 (patch) | |
tree | a847917ad05728f1be62fc8e7b78e81dc76ef674 /releng/createreldir.sh | |
parent | *Added some missing files from last commit (diff) | |
download | opensim-SC_OLD-b34d1c210e6cc599d0eb74c653dafd6bbb362770.zip opensim-SC_OLD-b34d1c210e6cc599d0eb74c653dafd6bbb362770.tar.gz opensim-SC_OLD-b34d1c210e6cc599d0eb74c653dafd6bbb362770.tar.bz2 opensim-SC_OLD-b34d1c210e6cc599d0eb74c653dafd6bbb362770.tar.xz |
* Cleaning up unused zircon branch.
* Removed releng from sugilite.
Diffstat (limited to '')
-rw-r--r-- | releng/createreldir.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/releng/createreldir.sh b/releng/createreldir.sh deleted file mode 100644 index eb470b0..0000000 --- a/releng/createreldir.sh +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | # this script creates a new opensim-major.minor directory and copies all the relevant files into it | ||
4 | # not designed for direct invocation from the command line | ||
5 | |||
6 | mkdir opensim-$OPENSIMMAJOR.$OPENSIMMINOR | ||
7 | |||
8 | cp -R dist/* opensim-$OPENSIMMAJOR.$OPENSIMMINOR | ||
9 | cp -R build/bin/* opensim-$OPENSIMMAJOR.$OPENSIMMINOR/bin | ||