wok-next rev 12071

fix compiz-core-dev for tazwok compatibility
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Mar 09 04:34:55 2012 +0100 (2012-03-09)
parents 6d3a571e1e1e
children 7a95f4a78b93
files compiz-core-dev/receipt
line diff
     1.1 --- a/compiz-core-dev/receipt	Fri Mar 09 03:35:40 2012 +0100
     1.2 +++ b/compiz-core-dev/receipt	Fri Mar 09 04:34:55 2012 +0100
     1.3 @@ -16,5 +16,11 @@
     1.4  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
     1.5  	cp -a $_pkg/usr/share/compiz/cmake $fs/usr/share/compiz
     1.6  	# compiz-core seems a bit buggy...
     1.7 -	cp -a $_pkg/../source/install/usr/share/cmake* $fs/usr/share
     1.8 +	# Gok: I'm not sure about this line for cookutils but it
     1.9 +	# screw things in tazwok.
    1.10 +	if [ -x /usr/bin/cookutils ]; then
    1.11 +		cp -a $_pkg/../source/install/usr/share/cmake* $fs/usr/share
    1.12 +	else
    1.13 +		cp -a $_pkg/usr/share/cmake* $fs/usr/share
    1.14 +	fi
    1.15  }