diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-02 12:37:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-02 12:37:34 +0100 |
commit | 2a6ccadf934d192ce231c6d072ebe48c487bcf25 (patch) | |
tree | c1c578ae4ead1eaeb59030d4514cec1ddf2d1488 | |
parent | 5dfc2c374f16873890ba7a0be1928ee55fef8587 (diff) |
fix path, use /usr/bin
-rw-r--r-- | package/php/Makefile | 4 |
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 |