From c4e7d12cfc2b35e0bfc1ef2f25905ea349af709c Mon Sep 17 00:00:00 2001 From: blogic Date: Fri, 28 Sep 2012 20:54:24 +0000 Subject: [PATCH] [packages] fix up duplicate file install inside strongswan git-svn-id: svn://svn.openwrt.org/openwrt/packages@33589 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/strongswan/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index cc1401e56..cb8f95fd6 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -381,7 +381,7 @@ define Package/strongswan-utils/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ipsec $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/usr/lib/ipsec - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/ipsec/{openac,pki,scepclient,_copyright} $(1)/usr/lib/ipsec/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/ipsec/{openac,pki,scepclient} $(1)/usr/lib/ipsec/ endef define Plugin/duplicheck/install @@ -408,7 +408,7 @@ define Plugin/stroke/install $(INSTALL_CONF) $(PKG_INSTALL_DIR)/etc/ipsec.conf $(1)/etc/ $(INSTALL_DIR) $(1)/usr/lib/ipsec/plugins - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/ipsec/{starter,stroke,_copyright} $(1)/usr/lib/ipsec/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/ipsec/{starter,stroke} $(1)/usr/lib/ipsec/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/plugins/libstrongswan-stroke.so $(1)/usr/lib/ipsec/plugins/ endef