gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19087 - gnunet-planetlab


From: gnunet
Subject: [GNUnet-SVN] r19087 - gnunet-planetlab
Date: Wed, 11 Jan 2012 15:37:37 +0100

Author: pritpal
Date: 2012-01-11 15:37:37 +0100 (Wed, 11 Jan 2012)
New Revision: 19087

Modified:
   gnunet-planetlab/02_planetlab-deps-from-source.sh
Log:
script updated

Modified: gnunet-planetlab/02_planetlab-deps-from-source.sh
===================================================================
--- gnunet-planetlab/02_planetlab-deps-from-source.sh   2012-01-11 14:13:47 UTC 
(rev 19086)
+++ gnunet-planetlab/02_planetlab-deps-from-source.sh   2012-01-11 14:37:37 UTC 
(rev 19087)
@@ -399,6 +399,7 @@
   exit 1
 fi
 
+
 #cleanup_gnutls
 cd ..
 }
@@ -406,7 +407,6 @@
 
 
 
-
 function cleanup_libunistring {
 #      cd ..
 #      rm -rf gnutls-2.12.9
@@ -421,7 +421,7 @@
 cd /tmp/libunistring
 
 
-wget http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.3.tar.gz
+wget http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.3.tar.gz 1> 
/dev/null 2> /dev/null
 if [ $? = 0 ]
 then
   echo " libunistring download successful"
@@ -434,9 +434,9 @@
 tar xvfz libunistring-0.9.3.tar.gz 1>/dev/null 2> /dev/null
 if [ $? = 0 ]
 then
-  echo " gnutls download successful"
+  echo " libunistring download successful"
 else
-  echo " gnutls download failed, exiting ..."
+  echo " libunistring download failed, exiting ..."
   cleanup_libunistring
   exit 1
 fi
@@ -467,9 +467,9 @@
 sudo make install 1> /dev/null 2> /dev/null
 if [ $? = 0 ]
 then
-  echo " gnutls sudo make install successful"
+  echo " libunistring sudo make install successful"
 else
-  echo " gnutls sudo make install failed, exiting ..."
+  echo " libunistring sudo make install failed, exiting ..."
   cleanup_libunistring
   exit 1
 fi




reply via email to

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