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