gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7745 - GNUnet/contrib/macosx


From: gnunet
Subject: [GNUnet-SVN] r7745 - GNUnet/contrib/macosx
Date: Fri, 10 Oct 2008 05:21:09 -0600 (MDT)

Author: holindho
Date: 2008-10-10 05:21:09 -0600 (Fri, 10 Oct 2008)
New Revision: 7745

Modified:
   GNUnet/contrib/macosx/build-osx-framework.sh
Log:
minor fixes


Modified: GNUnet/contrib/macosx/build-osx-framework.sh
===================================================================
--- GNUnet/contrib/macosx/build-osx-framework.sh        2008-10-09 21:32:17 UTC 
(rev 7744)
+++ GNUnet/contrib/macosx/build-osx-framework.sh        2008-10-10 11:21:09 UTC 
(rev 7745)
@@ -60,9 +60,9 @@
        if [ ! -e "$1.tar.bz2" ] && [ ! -e "$1.tar.gz" ]
        then
                echo "fetching $1..."
-               if ! ( curl -O --url "$2/$1.tar.bz2" )
+               if ! ( curl -f -L -O --url "$2/$1.tar.bz2" )
                then
-                       if ! ( curl -O --url "$2/$1.tar.gz" )
+                       if ! ( curl -f -L -O --url "$2/$1.tar.gz" )
                        then
                                echo "error fetching $1"
                                exit 1
@@ -119,7 +119,7 @@
                        $2 &&                                           \
                make install )
        then
-               echo "error building $1 for ${ARCH_NAME}"
+               echo "error building $1 for toolchain"
                build_retval=1
        fi
        unset CPPFLAGS





reply via email to

[Prev in Thread] Current Thread [Next in Thread]