wok diff xvidcore-dev/receipt @ rev 8845

subersion: fix DEPENDS (based on last pkg from tank)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 25 01:27:30 2011 +0100 (2011-02-25)
parents f6fea7bf06a8
children cca03eafc9b1
line diff
     1.1 --- a/xvidcore-dev/receipt	Thu May 27 18:55:54 2010 +0000
     1.2 +++ b/xvidcore-dev/receipt	Fri Feb 25 01:27:30 2011 +0100
     1.3 @@ -12,6 +12,6 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/lib
     1.7 -	cp -a ../xvidcore/xvidcore/build/generic/_pkg/usr/lib/*.a $fs/usr/lib
     1.8 -	cp -a ../xvidcore/xvidcore/build/generic/_pkg/usr/include $fs/usr
     1.9 +	cp -a $src/build/generic/_pkg/usr/lib/*.a $fs/usr/lib
    1.10 +	cp -a $src/build/generic/_pkg/usr/include $fs/usr
    1.11  }