mirror of
https://github.com/jordansissel/fpm
synced 2024-12-22 00:34:15 +01:00
16 lines
647 B
ReStructuredText
16 lines
647 B
ReStructuredText
* ``--pear-bin-dir BIN_DIR``
|
|
- Directory to put binaries in
|
|
* ``--pear-channel CHANNEL_URL``
|
|
- The pear channel url to use instead of the default.
|
|
* ``--[no-]pear-channel-update``
|
|
- call 'pear channel-update' prior to installation
|
|
* ``--pear-data-dir DATA_DIR``
|
|
- Specify php dir relative to prefix if differs from pear default (pear/data)
|
|
* ``--pear-package-name-prefix PREFIX``
|
|
- Name prefix for pear package
|
|
* ``--pear-php-bin PHP_BIN``
|
|
- Specify php executable path if differs from the os used for packaging
|
|
* ``--pear-php-dir PHP_DIR``
|
|
- Specify php dir relative to prefix if differs from pear default (pear/php)
|
|
|