aboutsummaryrefslogtreecommitdiffstats
path: root/find-requires.in
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2008-10-05 15:25:35 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2008-10-05 15:25:35 +0000
commita869069e7399580a28b9c1eb67d343c3480829c9 (patch)
tree49323838217d85a3a01acaabdb7fa848244b3f42 /find-requires.in
parentca2ae2da69eda12e08b077557da0632869a1299e (diff)
downloadrpm-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-xfind-requires.in2
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
#