fix typo (closes #1149)
[openwrt.git] / package / hostapd / Makefile
index 068a04b..76601da 100644 (file)
@@ -85,7 +85,7 @@ define Package/InstallTemplate
                $(MAKE) $(PKG_BUILD_DIR)/.built; \
        fi
        $(INSTALL_DIR) $$(1)/etc
-       $(INSTALL_CONF $(PKG_BUILD_DIR)_$(2)/madwifi.conf $$(1)/etc/hostapd.conf
+       $(INSTALL_CONF) $(PKG_BUILD_DIR)_$(2)/madwifi.conf $$(1)/etc/hostapd.conf
        $(INSTALL_DIR) $$(1)/usr/sbin
        $(INSTALL_BIN) $(PKG_BUILD_DIR)_$(2)/hostapd $$(1)/usr/sbin/
 endef
This page took 0.020053 seconds and 4 git commands to generate.