From a869069e7399580a28b9c1eb67d343c3480829c9 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Sun, 5 Oct 2008 15:25:35 +0000 Subject: only call php.req if they are php files --- find-requires.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'find-requires.in') 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 # -- cgit v1.2.1