Fixes a build error in apache Signed-off-by: Russell Senior <[EMAIL PROTECTED]>
diff --git a/net/apache/Makefile b/net/apache/Makefile index 438c8ee..39dc91d 100644 --- a/net/apache/Makefile +++ b/net/apache/Makefile @@ -144,7 +144,7 @@ define Package/apache-server/install $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/httpd.exp $(1)/usr/lib/ $(INSTALL_DIR) $(1)/usr/share - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/share/{error,htdocs,cgi-bin,build} $(1)/usr/share/ + $(CP) $(PKG_INSTALL_DIR)/usr/share/{error,htdocs,cgi-bin,build} $(1)/usr/share/ $(INSTALL_DIR) $(1)/etc/apache $(CP) $(PKG_INSTALL_DIR)/etc/apache/{magic,mime.types,extra} $(1)/etc/apache/ $(CP) ./files/etc/apache/httpd.conf $(1)/etc/apache/ -- Russell Senior ``I have nine fingers; you have ten.'' [EMAIL PROTECTED] _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel