X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=net%2Fxsupplicant%2FMakefile;h=f5e11efc33e54fcd9c86a8ca96bf502202a56622;hb=e296673ba6e72d84a7a4b361c7766d214a55d398;hp=e8f005eac78efe628ac76f8fd6082e30ed04046a;hpb=246e1c91c93510ade9c5291ba7b6d377e2621922;p=packages.git diff --git a/net/xsupplicant/Makefile b/net/xsupplicant/Makefile index e8f005eac..f5e11efc3 100644 --- a/net/xsupplicant/Makefile +++ b/net/xsupplicant/Makefile @@ -65,9 +65,9 @@ define Package/xsupplicant/install $(INSTALL_DIR) $(1)/etc $(INSTALL_DATA) $(PKG_BUILD_DIR)/etc/xsupplicant.conf $(1)/etc/ $(INSTALL_DIR) $(1)/usr/bin - $(CP) $(PKG_INSTALL_DIR)/usr/bin/xsup_* $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/xsup_* $(1)/usr/bin/ $(INSTALL_DIR) $(1)/usr/sbin - $(CP) $(PKG_INSTALL_DIR)/usr/sbin/xsupplicant $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/xsupplicant $(1)/usr/sbin/ endef $(eval $(call BuildPackage,xsupplicant))