From 8468222b7e104bda2349041309f90c85352402a6 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Sun, 3 Feb 2008 12:57:51 +0000 Subject: Modifying uname didn't work out as well as I hoped. git-svn-id: http://svn.telesphoreo.org/trunk@52 514c082c-b64e-11dc-b46d-3d985efe055d --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make.sh') diff --git a/make.sh b/make.sh index bf7212d54..5325bad10 100755 --- a/make.sh +++ b/make.sh @@ -11,7 +11,7 @@ export PKG_MAKE=$0 export PKG_NAME=${1%_} export PKG_BASE=$(realpath "$(dirname "$0")") -export PATH=${PKG_BASE}/util:$PATH +#export PATH=${PKG_BASE}/util:$PATH . "${PKG_BASE}/helper.sh" for dep in "${PKG_DEPS[@]}"; do -- cgit v1.2.3