diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2008-10-05 15:25:35 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2008-10-05 15:25:35 +0000 |
commit | a869069e7399580a28b9c1eb67d343c3480829c9 (patch) | |
tree | 49323838217d85a3a01acaabdb7fa848244b3f42 /find-requires.in | |
parent | ca2ae2da69eda12e08b077557da0632869a1299e (diff) | |
download | rpm-setup-a869069e7399580a28b9c1eb67d343c3480829c9.tar rpm-setup-a869069e7399580a28b9c1eb67d343c3480829c9.tar.gz rpm-setup-a869069e7399580a28b9c1eb67d343c3480829c9.tar.bz2 rpm-setup-a869069e7399580a28b9c1eb67d343c3480829c9.tar.xz rpm-setup-a869069e7399580a28b9c1eb67d343c3480829c9.zip |
only call php.req if they are php files
Diffstat (limited to 'find-requires.in')
-rwxr-xr-x | find-requires.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/find-requires.in b/find-requires.in index 8bd0002..b2c28bd 100755 --- a/find-requires.in +++ b/find-requires.in @@ -194,7 +194,7 @@ fi # # --- Php modules. -[ -x @RPMVENDORDIR@/php.req ] && \ +[ -x @RPMVENDORDIR@/php.req -a n "$phplist" ] && \ echo $phplist | tr '[:blank:]' \\n | @RPMVENDORDIR@/php.req | sort -u # |