replace lots of manual install commands with INSTALL_* variables
[openwrt/openwrt.git] / package / isakmpd / Makefile
index a4e7ff7b0333dd723c4b5b74394ea42f546cb088..00153fd736260d3687098071e938e687142c5026 100644 (file)
@@ -44,7 +44,7 @@ define Build/Compile
 endef
 
 define Package/isakmpd/install
-       install -d -m0755 $(1)/usr/sbin
+       $(INSTALL_DIR) $(1)/usr/sbin
        $(CP) $(PKG_INSTALL_DIR)/* $(1)/
 endef