# HG changeset patch # User Christopher Rogers # Date 1287463496 0 # Node ID 75a5178e04be4528665a000790206a857afce11f # Parent 09633f8dc217267721edfd9d7c0e47d388312bed Fixed pcsxr-svn to work with build server. diff -r 09633f8dc217 -r 75a5178e04be pcsxr-svn/receipt --- a/pcsxr-svn/receipt Tue Oct 19 04:15:21 2010 +0000 +++ b/pcsxr-svn/receipt Tue Oct 19 04:44:56 2010 +0000 @@ -19,8 +19,7 @@ tar xzf $TARBALL else echo "Cloning revision $VERSION from subversion repository..." - svn checkout -r $VERSION \ - https://pcsxr.svn.codeplex.com/svn $PACKAGE-$VERSION + echo "t" | svn co https://pcsxr.svn.codeplex.com/svn -r $VERSION $PACKAGE-$VERSION tar czf $TARBALL $PACKAGE-$VERSION fi cd $src/pcsxr