You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by gr...@apache.org on 2010/09/22 16:24:14 UTC

svn commit: r999973 - /incubator/etch/trunk/scripts/apr-install.sh

Author: grandyho
Date: Wed Sep 22 14:24:13 2010
New Revision: 999973

URL: http://svn.apache.org/viewvc?rev=999973&view=rev
Log:
small typo fixes in apr-install.sh for linux

Modified:
    incubator/etch/trunk/scripts/apr-install.sh

Modified: incubator/etch/trunk/scripts/apr-install.sh
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/scripts/apr-install.sh?rev=999973&r1=999972&r2=999973&view=diff
==============================================================================
--- incubator/etch/trunk/scripts/apr-install.sh (original)
+++ incubator/etch/trunk/scripts/apr-install.sh Wed Sep 22 14:24:13 2010
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # set install prefix
-export set INSTALL_PREFIX=/home/fitzner/Projekte/2010_apache/etch/external
+export INSTALL_PREFIX=/tmp
 
 #
 # download apr sources
@@ -46,7 +46,7 @@ make install
 cd ../../..
 }
 
-build_apr-iconv(){
+build_apr_iconv(){
 cd apr/apr-iconv
 mkdir linux
 cd linux
@@ -57,7 +57,7 @@ make install
 
 download
 build_apr
-build_apr-iconv
+build_apr_iconv