wok diff freeimage-dev/receipt @ rev 13228
Move from undigest: dulwich
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 14 13:38:54 2012 +0200 (2012-08-14) |
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 Aug 14 13:38:54 2012 +0200 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 }