aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
Diffstat (limited to 'linden')
-rwxr-xr-xlinden/scripts/linux/4-package-viewer4
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
3source config-SL-source
4
3if [ "$OSTYPE" == "cygwin" ] ; then 5if [ "$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
7else 9else
8 cd ../../indra/viewer-linux-* 10 cd ../../indra/viewer-linux-*
9 make package 11 make package