wok diff xvidcore-dev/receipt @ rev 13497

Up: spacefm (0.8.0) With an autostart desktop file to replace pcmanfm desktop handler and can automount media using the kernel polling (no udisks or gvfs)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Oct 13 10:49:28 2012 +0200 (2012-10-13)
parents 0d06b2cd33d0
children eb8067417980
line diff
     1.1 --- a/xvidcore-dev/receipt	Sat Nov 12 22:18:38 2011 +0000
     1.2 +++ b/xvidcore-dev/receipt	Sat Oct 13 10:49:28 2012 +0200
     1.3 @@ -13,6 +13,6 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/lib
     1.7 -	cp -a $src/build/generic/_pkg/usr/lib/*.a $fs/usr/lib
     1.8 -	cp -a $src/build/generic/_pkg/usr/include $fs/usr
     1.9 +	cp -a $install/usr/lib/*.a $fs/usr/lib
    1.10 +	cp -a $install/usr/include $fs/usr
    1.11  }