wok-current diff pcsxr-svn/receipt @ rev 7159
Fixed post_install function in virtualbox-ose to use the right kernel version.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Nov 07 02:10:16 2010 +0000 (2010-11-07) |
parents | 09633f8dc217 |
children | 6eb25ce63fce |
line diff
1.1 --- a/pcsxr-svn/receipt Tue Oct 19 04:15:21 2010 +0000 1.2 +++ b/pcsxr-svn/receipt Sun Nov 07 02:10:16 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