replace lots of manual install commands with INSTALL_* variables
[packages.git] / net / slurm / Makefile
index c9af309..1983104 100644 (file)
@@ -59,7 +59,7 @@ define Build/Compile
 endef
 
 define Package/slurm/install   
-       install -d -m0755 $(1)/usr/bin
+       $(INSTALL_DIR) $(1)/usr/bin
        $(CP) $(PKG_INSTALL_DIR)/usr/bin/slurm $(1)/usr/bin/
 endef