diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2010-10-09 11:48:26 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2010-10-09 11:48:26 +0000 |
commit | 162b4c065c428e59357b0352defca0e542404433 (patch) | |
tree | 3be6eba3bbdfca99c1685ac26f81f2f9d8a0c114 /dev-lang/php | |
parent | ppc64 stable wrt #324077 (diff) | |
download | historical-162b4c065c428e59357b0352defca0e542404433.tar.gz historical-162b4c065c428e59357b0352defca0e542404433.tar.bz2 historical-162b4c065c428e59357b0352defca0e542404433.zip |
Fixed a typo in pkg_postinst-v2.eblit
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/Manifest | 2 | ||||
-rw-r--r-- | dev-lang/php/files/eblits/pkg_postinst-v2.eblit | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest index fb4fb7c0ab9e..7696a2d4a675 100644 --- a/dev-lang/php/Manifest +++ b/dev-lang/php/Manifest @@ -6,7 +6,7 @@ AUX 70_mod_php5_concurr.conf-apache2-r1 376 RMD160 4f7de5c0784b6191450b5c1a7de7a AUX eblits/common-v1.eblit 379 RMD160 60b526e9a736553f6e4883c9fb9525464192bde2 SHA1 97c4e1c9475d73227f26cbef80640f43d838af6f SHA256 65c909a6d0501a6746518f539c4a4021426469cbf20b2a212fb0d60b48da5362 AUX eblits/common-v2.eblit 379 RMD160 595fd6c6be1e0ac15012ea78497a4d2c287c6754 SHA1 98e28261e32bda53c7dfef88def615f633af7c44 SHA256 8c15442b04b0216342ef6f2b8565cb3510f6850fe67745d5697861e2f7759194 AUX eblits/pkg_postinst-v1.eblit 2184 RMD160 ce65ba811eab10862d067c7e2b4bdc8d2b0aee56 SHA1 11c14f2235041cfb08e33cf2550bebef2037e92b SHA256 9e1cd81be4f051f3156de0ce5398a338b2ab6f8e73047c5983beda47f2f762b0 -AUX eblits/pkg_postinst-v2.eblit 1106 RMD160 3eafd829d2af922cded80c3ffbf78becffce506b SHA1 08af1f3705adcf7112ddfb89bfb5687d7c62c6f6 SHA256 2d487d524cfbf4fccaff481966872f5dc02a7de803690bd8e751ab9ae4064846 +AUX eblits/pkg_postinst-v2.eblit 1107 RMD160 bd262f6d7901fbebb2b9a8a4537fb7a8d4672948 SHA1 a006afcd2a0ee11fa1704f44ea2f710aa0810822 SHA256 2c71de69e290d1afae83988543652746d10b05cf7b33015f8b64859896ad5c31 AUX eblits/pkg_setup-v1.eblit 777 RMD160 aa63e7ab1bae34feffbbfaae902f11c6e797ba9d SHA1 f7334a4750b1a1bb2f24021dff884733a88ac347 SHA256 2613f51ee9e3a258dbab38ff2df724f2971a50a5ad8c097cb5a4e3744df5fc8a AUX eblits/pkg_setup-v2.eblit 527 RMD160 c8700795e0c3a38538622a02d2dd7d5a34438783 SHA1 affda60b6e4501fb2bc0d50f6d63b6bc78cd6205 SHA256 f7dca5b41844d87cbbcf06d3f46952d892ff0edf58a8b0fc7ba79459180596b5 AUX eblits/src_compile-v1.eblit 1283 RMD160 83fbb374e2dfaa9d164e6b32b57c268ed06bf519 SHA1 09124cbc9008bfb72eb24cd24b2319d22df52c2c SHA256 5ec76ae24304c5f803a615a98394c219018da1b1ce2018f92f6ac8c5becf6c99 diff --git a/dev-lang/php/files/eblits/pkg_postinst-v2.eblit b/dev-lang/php/files/eblits/pkg_postinst-v2.eblit index 80fb0da05225..72ac894937ef 100644 --- a/dev-lang/php/files/eblits/pkg_postinst-v2.eblit +++ b/dev-lang/php/files/eblits/pkg_postinst-v2.eblit @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v 1.1 2010/10/08 18:25:10 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v 1.2 2010/10/09 11:48:26 olemarkus Exp $ eblit-php-pkg_postinst() { # Output some general info to the user @@ -13,7 +13,7 @@ eblit-php-pkg_postinst() { # Create the symlinks for php local m modules="cli apache2" - for m in modules; do + for m in $modules; do if use $m ; then local ci=$(eselect php show $m) if [[ -z $ci ]]; then |