replace lots of manual install commands with INSTALL_* variables
[packages.git] / net / fprobe / Makefile
index a8acaa5..726445f 100644 (file)
@@ -44,7 +44,7 @@ define Build/Compile
 endef
 
 define Package/fprobe/install
-       install -d -m0755 $(1)/usr/bin
+       $(INSTALL_DIR) $(1)/usr/bin
        $(CP) $(PKG_BUILD_DIR)/src/fprobe $(1)/usr/bin/
 endef