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