summaryrefslogtreecommitdiffstats
path: root/package/openswan/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-23 00:29:07 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-23 00:29:07 +0000
commita4a6443af12b7758b12020f561fa7fe2e0a3e87f (patch)
tree8b63e203323c3c4ab05aa9bf0a9ec17f5dc87c91 /package/openswan/Makefile
parent45931610d1371befd1481f07d1e3f1a8d4f16029 (diff)
replace lots of manual install commands with INSTALL_* variables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openswan/Makefile')
-rw-r--r--package/openswan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openswan/Makefile b/package/openswan/Makefile
index b5adc5425..a644b20db 100644
--- a/package/openswan/Makefile
+++ b/package/openswan/Makefile
@@ -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