wok-stable diff tazwikiss/receipt @ rev 10549

php: Added back code to add desktop, image, and php.ini in compile_rules. These files are needed for php-common not php directly. Thats what they were there.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed May 25 14:47:51 2011 +0000 (2011-05-25)
parents 60e5b78b4e58
children 74379b2b86e0
line diff
     1.1 --- a/tazwikiss/receipt	Wed May 25 06:05:57 2011 +0000
     1.2 +++ b/tazwikiss/receipt	Wed May 25 14:47:51 2011 +0000
     1.3 @@ -23,7 +23,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	cp -a $DESTDIR/* $fs
     1.8 +	cp -a $_pkg/* $fs
     1.9  	chown -R 80.80 $fs/var/www
    1.10  }
    1.11