pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/contrib pingus-cvs-build,1.3,1.4


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/contrib pingus-cvs-build,1.3,1.4
Date: 14 Apr 2003 00:00:52 -0000

Update of /var/lib/cvs/Games/Pingus/contrib
In directory dark:/tmp/cvs-serv10595/contrib

Modified Files:
        pingus-cvs-build 
Log Message:
updated translation

Index: pingus-cvs-build
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/contrib/pingus-cvs-build,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pingus-cvs-build    20 Jun 2002 14:38:32 -0000      1.3
+++ pingus-cvs-build    14 Apr 2003 00:00:50 -0000      1.4
@@ -28,7 +28,7 @@
     exit 0
 fi
 
-CVSROOT=':pserver:address@hidden:/usr/local/cvsroot'
+CVSROOT=':pserver:address@hidden:/var/lib/cvs'
 export CVSROOT
 
 echo "### Setting up environment variables."
@@ -54,9 +54,9 @@
 # FIXME: insert version check here
 if [ ! -x "$TARGET_DIRECTORY/bin/autoconf" ]; then
     echo "### downloading new automake and autoconf"
-    wget -c ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.53.tar.gz
-    tar --extract --verbose --gzip --file  autoconf-2.53.tar.gz
-    pushd autoconf-2.53
+    wget -c ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.57.tar.gz
+    tar --extract --verbose --gzip --file  autoconf-2.57.tar.gz
+    pushd autoconf-2.57
     ./configure --prefix="$TARGET_DIRECTORY"
     make
     make install
@@ -64,10 +64,10 @@
 fi
 
 # FIXME: insert version check here
-if [ ! -x "$TARGET_DIRECTORY/bin/automake" ]; then
-    wget -c ftp://ftp.gnu.org/gnu/automake/automake-1.6.2.tar.gz
-    tar --extract --verbose  --gzip --file automake-1.6.2.tar.gz
-    pushd automake-1.6.2
+if [ ! -x "$TARGET_DIRECTORY/bin/automake-1.7" ]; then
+    wget -c ftp://ftp.gnu.org/gnu/automake/automake-1.7.3.tar.gz
+    tar --extract --verbose  --gzip --file automake-1.7.3.tar.gz
+    pushd automake-1.7.3
     ./configure --prefix="$TARGET_DIRECTORY"
     make
     make install
@@ -167,4 +167,4 @@
 echo "   cd $TARGET_DIRECTORY; ./start_pingus"
 echo ""
 
-# EOF #
\ No newline at end of file
+# EOF #





reply via email to

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