wok diff freeimage/receipt @ rev 8808

Add: libdrm-mach64 20110109
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Feb 23 01:16:27 2011 +0100 (2011-02-23)
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 Feb 23 01:16:27 2011 +0100
     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  }