summaryrefslogtreecommitdiffstats
path: root/rules/php5.make
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2010-05-07 12:05:02 +0200
committerLuotao Fu <l.fu@pengutronix.de>2010-05-07 12:05:02 +0200
commite39ab9ab93eb706f892b06eb41c6926a2a931d7a (patch)
tree039001c1a080cf2d140e9765ceb63fcd4934aca9 /rules/php5.make
parent4ab773c27865898c56453941ff3498e2a59235e1 (diff)
downloadptxdist-e39ab9ab93eb706f892b06eb41c6926a2a931d7a.tar.gz
ptxdist-e39ab9ab93eb706f892b06eb41c6926a2a931d7a.tar.xz
[php5] fix targetinstall of php-cgi
Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
Diffstat (limited to 'rules/php5.make')
-rw-r--r--rules/php5.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/php5.make b/rules/php5.make
index 4d1685be6..36cc0f368 100644
--- a/rules/php5.make
+++ b/rules/php5.make
@@ -321,7 +321,7 @@ ifdef PTXCONF_PHP5_SAPI_CLI
endif
ifdef PTXCONF_PHP5_SAPI_CGI
- @$(call install_copy, php5, 0, 0, 0755, -, /usr/bin/php5-cgi)
+ @$(call install_copy, php5, 0, 0, 0755, -, /usr/bin/php-cgi)
endif
ifdef PTXCONF_PHP5_INI