X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Flighttpd%2FMakefile;h=113b57d427d961744cad85323680ac9771280560;hp=95e4ed65cc1362e4917407355b4d6b56628cd692;hb=13fb59dd0549e4f09ae3600298eda16396cb95f1;hpb=790f15e9ff69b6c8c78f4445f4d483cf51558f59 diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 95e4ed65cc..113b57d427 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -180,7 +180,7 @@ define Package/lighttpd/install $(CP) $(PKG_INSTALL_DIR)/usr/lib/lighttpd/mod_$$$${m}.so $(1)/usr/lib/lighttpd/ ; \ done $(INSTALL_DIR) $(1)/usr/sbin - $(CP) $(PKG_INSTALL_DIR)/usr/sbin/lighttpd $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/lighttpd $(1)/usr/sbin/ endef define BuildPlugin