wok diff freeimage-dev/receipt @ rev 13843

get-LibreOffice: bb/ls checks target link now.
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 08 12:44:48 2013 +0100 (2013-01-08)
parents c194790b4277
children fcdd50638150
line diff
     1.1 --- a/freeimage-dev/receipt	Tue Oct 19 21:22:33 2010 +0000
     1.2 +++ b/freeimage-dev/receipt	Tue Jan 08 12:44:48 2013 +0100
     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  }