wok-next diff freeimage/receipt @ rev 8982
Fixed othello to work locally so sources don't have to be downloaded everytime.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Mar 02 15:36:11 2011 +0000 (2011-03-02) |
parents | c194790b4277 |
children | d1768332cee0 |
line diff
1.1 --- a/freeimage/receipt Tue Oct 19 21:22:33 2010 +0000 1.2 +++ b/freeimage/receipt Wed Mar 02 15:36:11 2011 +0000 1.3 @@ -15,7 +15,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $SOURCE 1.8 + cd $src 1.9 patch -Np1 -i ../stuff/gcc4.5_ln.patch 1.10 pkgdir=$PWD/_pkg 1.11 incl=$pkgdir/usr/include 1.12 @@ -33,7 +33,6 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib 1.16 - pkgdir=$PWD/$SOURCE/_pkg 1.17 - cp -a $pkgdir/usr/lib/*.so* $fs/usr/lib 1.18 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.19 1.20 }