projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix uci_load trash output (#1040)
[openwrt.git]
/
package
/
openswan
/
Makefile
diff --git
a/package/openswan/Makefile
b/package/openswan/Makefile
index
b5adc54
..
a644b20
100644
(file)
--- a/
package/openswan/Makefile
+++ b/
package/openswan/Makefile
@@
-73,7
+73,7
@@
endef
define Package/openswan/install
$(CP) $(PKG_INSTALL_DIR)/* $(1)
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
$(CP) ./files/ipsec.init $(1)/etc/init.d/ipsec
rm -rf $(1)/usr/share
rm -rf $(1)/usr/man
This page took
0.019265 seconds
and
4
git commands to generate.