wok rev 6802

Fixed pcsxr-svn to work with build server.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Oct 19 04:44:56 2010 +0000 (2010-10-19)
parents 09633f8dc217
children 34b07d7607c0
files pcsxr-svn/receipt
line diff
     1.1 --- a/pcsxr-svn/receipt	Tue Oct 19 04:15:21 2010 +0000
     1.2 +++ b/pcsxr-svn/receipt	Tue Oct 19 04:44:56 2010 +0000
     1.3 @@ -19,8 +19,7 @@
     1.4  		tar xzf $TARBALL
     1.5  	else
     1.6  		echo "Cloning revision $VERSION from subversion repository..."
     1.7 -		svn checkout -r $VERSION \
     1.8 -			https://pcsxr.svn.codeplex.com/svn $PACKAGE-$VERSION
     1.9 +		echo "t" | svn co https://pcsxr.svn.codeplex.com/svn -r $VERSION $PACKAGE-$VERSION
    1.10  		tar czf $TARBALL $PACKAGE-$VERSION
    1.11  	fi
    1.12  	cd $src/pcsxr