Add lm-sensors (#1068)
[openwrt/svn-archive/archive.git] / net / sipp / Makefile
index 4a99c2265cf5816d5df071837442fb238e38dfaf..673c192e1448276da1d37b829aea48392437ffe0 100644 (file)
@@ -47,8 +47,8 @@ define Build/Compile
 endef
 
 define Package/sipp/install    
-       install -d -m0755 $(1)/usr/sbin
-       install -m0755 $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/
+       $(INSTALL_DIR) $(1)/usr/sbin
+       $(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/
 endef
 
 $(eval $(call BuildPackage,sipp))