fix typo in /sbin/wifi (#1016 - thanks, dairiki)
[openwrt.git] / package / isakmpd / Makefile
index a4e7ff7..00153fd 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
 
This page took 0.033518 seconds and 4 git commands to generate.