wok-next diff freeimage-dev/receipt @ rev 15157
gitmail: filter wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 17:43:39 2013 +0000 (2013-08-15) |
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 Thu Aug 15 17:43:39 2013 +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 }