wok-current diff xvidcore-dev/receipt @ rev 12802

linux-source: fix path to url file
author Richard Dunbar <mojo@slitaz.org>
date Fri May 18 11:48:52 2012 +0000 (2012-05-18)
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	Fri May 18 11:48:52 2012 +0000
     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  }