# HG changeset patch # User Pascal Bellard # Date 1218360184 0 # Node ID c932ccf0e4539616d3581d855d5bfe08955dc8b0 # Parent b649ec903494f18a4933cdcfff8dcfa705a3801b php: declare /etc/php.ini diff -r b649ec903494 -r c932ccf0e453 php/receipt --- a/php/receipt Sun Aug 10 08:15:15 2008 +0000 +++ b/php/receipt Sun Aug 10 09:23:04 2008 +0000 @@ -10,6 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.php.net/" WGET_URL="http://us2.php.net/distributions/$TARBALL" +CONFIG_FILES="/etc/php.ini" # Rules to configure and make the package. compile_rules() @@ -68,6 +69,10 @@ } post_install() { + ( cd $1/ ; cpio -o -H newc | gzip -9 ) > \ + $1/$INSTALLED/$PACKAGE/volatile.cpio.gz <