diff options
Diffstat (limited to 'linden')
-rwxr-xr-x | linden/scripts/linux/4-package-viewer | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/scripts/linux/4-package-viewer b/linden/scripts/linux/4-package-viewer index d954f02..a1a74f2 100755 --- a/linden/scripts/linux/4-package-viewer +++ b/linden/scripts/linux/4-package-viewer | |||
@@ -1,9 +1,11 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | source config-SL-source | ||
4 | |||
3 | if [ "$OSTYPE" == "cygwin" ] ; then | 5 | if [ "$OSTYPE" == "cygwin" ] ; then |
4 | # Assumes version has been passed in from outside, coz Windows insists on adding crap to python output. | 6 | # Assumes version has been passed in from outside, coz Windows insists on adding crap to python output. |
5 | cd ../../indra/build-nmake/ | 7 | cd ../../indra/build-nmake/ |
6 | iscc newview/$TYPE/package/${version}-Windows-x86.iss | 8 | iscc newview/${TYPE}/package/${version}-Windows-x86.iss |
7 | else | 9 | else |
8 | cd ../../indra/viewer-linux-* | 10 | cd ../../indra/viewer-linux-* |
9 | make package | 11 | make package |