wok rev 8438

Fixed freeimage.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 06 03:04:08 2011 +0000 (2011-02-06)
parents ef17f8f40a10
children 4e1164937651
files freeimage-dev/receipt freeimage/receipt
line diff
     1.1 --- a/freeimage-dev/receipt	Sun Feb 06 02:59:23 2011 +0000
     1.2 +++ b/freeimage-dev/receipt	Sun Feb 06 03:04:08 2011 +0000
     1.3 @@ -14,7 +14,6 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/lib
     1.7 -	pkgdir=$WOK/$WANTED/$SOURCE/_pkg
     1.8 -	cp -a $pkgdir/usr/lib/*.*a $fs/usr/lib
     1.9 -	cp -a $pkgdir/usr/include $fs/usr
    1.10 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.11 +	cp -a $_pkg/usr/include $fs/usr
    1.12  }
     2.1 --- a/freeimage/receipt	Sun Feb 06 02:59:23 2011 +0000
     2.2 +++ b/freeimage/receipt	Sun Feb 06 03:04:08 2011 +0000
     2.3 @@ -15,7 +15,7 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 -	cd $SOURCE
     2.8 +	cd $src
     2.9  	patch -Np1 -i ../stuff/gcc4.5_ln.patch
    2.10  	pkgdir=$PWD/_pkg
    2.11  	incl=$pkgdir/usr/include
    2.12 @@ -33,7 +33,6 @@
    2.13  genpkg_rules()
    2.14  {
    2.15  	mkdir -p $fs/usr/lib
    2.16 -	pkgdir=$PWD/$SOURCE/_pkg
    2.17 -	cp -a $pkgdir/usr/lib/*.so* $fs/usr/lib
    2.18 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.19  
    2.20  }