~legolas/ubuntu/natty/php5/5.3.5

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Stas Verberkt
  • Date: 2011-02-01 09:45:02 UTC
  • Revision ID: legolas@legolasweb.nl-20110201094502-ar5dc3wbp27klkm2
Created PHP 5.3.5 including all patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
522
522
        # install FPM
523
523
        mkdir -p debian/php5-fpm/usr/sbin debian/php5-fpm/usr/share/man/man8/ debian/php5-fpm/etc/php5/fpm/pool.d
524
524
        cp fpm-build/sapi/fpm/php-fpm debian/php5-fpm/usr/sbin/php5-fpm
525
 
        cp fpm-build/sapi/fpm/php-fpm.1 debian/php5-fpm/usr/share/man/man8/php5-fpm.8
 
525
        cp fpm-build/sapi/fpm/php-fpm.8 debian/php5-fpm/usr/share/man/man8/php5-fpm.8
526
526
        # we don't want the pool definitions on the main file itself:
527
527
        sed -r '/('"'"'|\[)www('"'"'|\])/Q' < fpm-build/sapi/fpm/php-fpm.conf > \
528
528
            debian/php5-fpm/etc/php5/fpm/main.conf