wok diff python-dev/receipt @ rev 8713

Fixed avidemux.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Feb 17 18:20:31 2011 +0000 (2011-02-17)
parents de65a7ac7459
children be13f25e790b
line diff
     1.1 --- a/python-dev/receipt	Wed Dec 01 17:54:03 2010 +0000
     1.2 +++ b/python-dev/receipt	Thu Feb 17 18:20:31 2011 +0000
     1.3 @@ -14,8 +14,9 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/bin
     1.7 -	cp -a $WOK/$WANTED/$SOURCE-$VERSION/_pkg/usr/include $fs/usr
     1.8 -	cp -a $WOK/$WANTED/$SOURCE-$VERSION/_pkg/usr/bin/*-config $fs/usr/bin
     1.9 +	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
    1.10 +	cp -a $_pkg/usr/include $fs/usr
    1.11 +	cp -a $_pkg/usr/bin/*-config $fs/usr/bin
    1.12  	chmod 755 $fs/usr/bin/*-config
    1.13  	# in python package now
    1.14  	python_version=${VERSION:0:3}