fix uci_load trash output (#1040)
[openwrt.git] / package / openswan / Makefile
index b5adc54..a644b20 100644 (file)
@@ -73,7 +73,7 @@ endef
 
 define Package/openswan/install
        $(CP) $(PKG_INSTALL_DIR)/* $(1)
-       install -d -m0755 $(1)/etc/init.d
+       $(INSTALL_DIR) $(1)/etc/init.d
        $(CP) ./files/ipsec.init $(1)/etc/init.d/ipsec
        rm -rf $(1)/usr/share
        rm -rf $(1)/usr/man
This page took 0.029598 seconds and 4 git commands to generate.