diff --git a/cvs/build.sh b/cvs/build.sh index e5a15c9..8eda16c 100755 --- a/cvs/build.sh +++ b/cvs/build.sh @@ -9,7 +9,7 @@ ########################################################### # Check the following 4 variables before running the script topdir=cvs -version=1.11.22 +version=1.11.23 pkgver=1 source[0]=$topdir-$version.tar.bz2 # If there are no patches, simply comment this @@ -21,7 +21,7 @@ source[0]=$topdir-$version.tar.bz2 # Global settings export CPPFLAGS="-I$prefix/include" export LDFLAGS="-L$prefix/lib -R$prefix/lib" -ignore_deps="LWperl" +ignore_deps="TGCperl" reg prep prep()