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