wok-stable diff chillispot/receipt @ rev 8111
Fixed pcsxr-svn to use the real tar and not busybox tar.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jan 23 15:36:07 2011 +0000 (2011-01-23) |
parents | cf2ce55f4ea3 |
children | a1644dbcf632 |
line diff
1.1 --- a/chillispot/receipt Fri Aug 29 10:16:41 2008 +0000 1.2 +++ b/chillispot/receipt Sun Jan 23 15:36:07 2011 +0000 1.3 @@ -14,6 +14,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i 's/) defined (/) || defined (/' src/tun.c 1.8 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.9 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.10 make && make DESTDIR=$PWD/_pkg install