summaryrefslogtreecommitdiff
path: root/package/php
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-02 12:37:34 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-02 12:37:34 +0100
commit2a6ccadf934d192ce231c6d072ebe48c487bcf25 (patch)
treec1c578ae4ead1eaeb59030d4514cec1ddf2d1488 /package/php
parent5dfc2c374f16873890ba7a0be1928ee55fef8587 (diff)
fix path, use /usr/bin
Diffstat (limited to 'package/php')
-rw-r--r--package/php/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/php/Makefile b/package/php/Makefile
index ade1203b3..2196c4f92 100644
--- a/package/php/Makefile
+++ b/package/php/Makefile
@@ -194,8 +194,8 @@ do-install: ${INSTALL_MODS_y} ${INSTALL_MODS_m}
${INSTALL_BIN} $(WRKBUILD)/sapi/cli/php $(IDIR_PHP_CLI)/usr/bin/php
${INSTALL_DIR} $(IDIR_PHP_FASTCGI)/etc
${INSTALL_DATA} ./files/php.ini $(IDIR_PHP_FASTCGI)/etc
- ${INSTALL_DIR} $(IDIR_PHP_FASTCGI)/usr/sbin
+ ${INSTALL_DIR} $(IDIR_PHP_FASTCGI)/usr/bin
${INSTALL_BIN} $(WRKBUILD)/sapi/cgi/php-cgi \
- $(IDIR_PHP_FASTCGI)/usr/sbin/php
+ $(IDIR_PHP_FASTCGI)/usr/bin/php
include ${TOPDIR}/mk/pkg-bottom.mk