wok diff freeimage-dev/receipt @ rev 11661

syslinux: help.en (tiny edits)
author Paul Issott <paul@slitaz.org>
date Sun Feb 12 21:27:40 2012 +0000 (2012-02-12)
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	Sun Feb 12 21:27:40 2012 +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  }