wok diff php-common/receipt @ rev 12915

ncursesw: fix bdeps when cross-compiling
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 29 18:01:44 2012 +0000 (2012-05-29)
parents a82ead0ea109
children 855f42b596c0
line diff
     1.1 --- a/php-common/receipt	Mon Jan 10 00:07:06 2011 +0000
     1.2 +++ b/php-common/receipt	Tue May 29 18:01:44 2012 +0000
     1.3 @@ -12,11 +12,13 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/share $fs/etc
     1.8 -	cp -a $_pkg/usr/share/phpinfo $fs/usr/share
     1.9 -	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.10 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.11 -	cp $_pkg/etc/php.ini $fs/etc
    1.12 +	mkdir -p $fs/etc \
    1.13 +		$fs/usr/share/applications \
    1.14 +		$fs/usr/share/pixmaps
    1.15 +	cp -a $stuff/phpinfo $fs/usr/share
    1.16 +	cp $stuff/php.desktop $fs/usr/share/applications 
    1.17 +	cp $stuff/php.png $fs/usr/share/pixmaps 
    1.18 +	cp $install/etc/php.ini $fs/etc
    1.19  }
    1.20  
    1.21  # Post and pre install commands