From: John Crispin Date: Fri, 28 Sep 2012 20:54:24 +0000 (+0000) Subject: [packages] fix up duplicate file install inside strongswan X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=549fca32f0f30e65b4dbdf2c9d94679451d63d95;p=openwrt%2Fsvn-archive%2Farchive.git [packages] fix up duplicate file install inside strongswan SVN-Revision: 33589 --- diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index cc1401e568..cb8f95fd64 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