aboutsummaryrefslogtreecommitdiffstats
path: root/package/ipsec-tools
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-01-05 15:36:58 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-01-05 15:36:58 +0000
commit4e5a304422ba4cc4dcd90af89efccf88cb0066dd (patch)
tree1d0f0b1bc0be72fd979b073d8d7db6e976dd49ae /package/ipsec-tools
parent6e7d1b117138debd2379c2a1dfce5e9c4aeeacdb (diff)
downloadmaster-187ad058-4e5a304422ba4cc4dcd90af89efccf88cb0066dd.tar.gz
master-187ad058-4e5a304422ba4cc4dcd90af89efccf88cb0066dd.tar.bz2
master-187ad058-4e5a304422ba4cc4dcd90af89efccf88cb0066dd.zip
Use the KernelPackage template instead of kmod-foo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5995 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipsec-tools')
-rw-r--r--package/ipsec-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ipsec-tools/Makefile b/package/ipsec-tools/Makefile
index feccbbb5eb..5951649ade 100644
--- a/package/ipsec-tools/Makefile
+++ b/package/ipsec-tools/Makefile
@@ -62,7 +62,7 @@ endef
define Package/ipsec-tools/install
$(INSTALL_DIR) $(1)/etc
- install -m0600 $(PKG_BUILD_DIR)/src/racoon/samples/racoon.conf $(1)/etc/
+ $(INSTALL_CONF) $(PKG_BUILD_DIR)/src/racoon/samples/racoon.conf $(1)/etc/
$(INSTALL_DIR) $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libipsec.so.* $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libracoon.so.* $(1)/usr/lib/