head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2;
locks; strict;
comment	@# @;


1.2
date	2012.03.21.00.45.56;	author lx;	state Exp;
branches;
next	1.1;

1.1
date	2012.02.19.03.17.37;	author lx;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Fix issue preventing successful installation on hosts with certain hostnames.

Submitted by:	pointy
Feature safe:	yes
@
text
@--- do.orig	2011-02-20 17:49:34.000000000 -0800
+++ do	2012-03-20 16:49:10.324256193 -0700
@@@@ -6,7 +6,7 @@@@
 
 version=`cat version`
 project=nacl
-shorthostname=`hostname | sed 's/\..*//' | tr -cd '[a-z][A-Z][0-9]'`
+shorthostname=`hostname -s`
 
 top="`pwd`/build/$shorthostname"
 bin="$top/bin"
@@@@ -38,8 +38,8 @@@@
 mkdir -p "$lib"
 mkdir -p "$include"
 
-exec >"$top/log"
-exec 2>&1
+#exec >"$top/log"
+#exec 2>&1
 exec 5>"$top/data"
 exec </dev/null
 
@


1.1
log
@Fix build on x86, show output from build
@
text
@d1 11
a11 2
--- do.old	2012-02-18 18:05:07.000000000 -0800
+++ do	2012-02-18 18:06:49.000000000 -0800
@

