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