X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=lang%2Fphp5%2FMakefile;h=1b3177c055735811d95f537bde38128bd76b487e;hp=fd82f479c0d44449b561cc2aff014a2144966825;hb=647e9962e84c62fba6edae39e0dbe7d68a297089;hpb=c397c9e8ca3e6211002c3b51f4a6a6dcea2d9f2b diff --git a/lang/php5/Makefile b/lang/php5/Makefile index fd82f479c0..1b3177c055 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -325,24 +325,24 @@ define Build/Compile endef define Package/php5/install - install -m0755 -d $(1)/etc + install -d -m0755 $(1)/etc install -m0644 ./files/php.ini $(1)/etc/ endef define Package/php5-cli/install - install -m0755 -d $(1)/usr/bin + install -d -m0755 $(1)/usr/bin $(CP) $(PKG_BUILD_DIR)/php-cli $(1)/usr/bin/php endef define Package/php5-cgi/install - install -m0755 -d $(1)/usr/bin + install -d -m0755 $(1)/usr/bin $(CP) $(PKG_BUILD_DIR)/php-cgi $(1)/usr/bin/php endef define Package/php5-fastcgi/install - install -m0755 -d $(1)/usr/sbin + install -d -m0755 $(1)/usr/sbin $(CP) $(PKG_BUILD_DIR)/php-fastcgi $(1)/usr/sbin/php - install -m0755 -d $(1)/etc/init.d + install -d -m0755 $(1)/etc/init.d install -m0755 ./files/php.init $(1)/etc/init.d/php endef