Upgrade squid to stable13
[openwrt/svn-archive/archive.git] / net / ttcp / Makefile
index 9629eb187e3e8581ddb8125eb20eda7cf72b3600..7f3f53d9775d27f69405e552265cd825626d46a0 100644 (file)
@@ -20,7 +20,8 @@ define Package/ttcp
   SECTION:=net
   CATEGORY:=Network
   TITLE:=A TCP connection performance tester
-  DESCRIPTION:=A small utility to test TCP connection performance
+  DESCRIPTION:=\
+       A small utility to test TCP connection performance.
   URL:=https://dev.openwrt.org/browser/packages/net/ttcp/
 endef
 
@@ -29,8 +30,8 @@ define Build/Compile
 endef
 
 define Package/ttcp/install    
-       install -d -m0755 $(1)/usr/bin
-       install -m0755 $(PKG_BUILD_DIR)/ttcp $(1)/usr/bin/
+       $(INSTALL_DIR) $(1)/usr/bin
+       $(INSTALL_BIN) $(PKG_BUILD_DIR)/ttcp $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,ttcp))