From f6dbd55726a85cd6c00240ad948e879c20bc78b7 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 7 Aug 2012 16:09:12 +0000 Subject: [PATCH] [package] vpnc: use $(INSTALL_DIR) instead of a custom install call (#10957) SVN-Revision: 33042 --- net/vpnc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/vpnc/Makefile b/net/vpnc/Makefile index ad1592e15b..58af207459 100644 --- a/net/vpnc/Makefile +++ b/net/vpnc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vpnc PKG_VERSION:=0.5.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.unix-ag.uni-kl.de/~massar/vpnc/ @@ -54,7 +54,7 @@ define Package/vpnc/install $(CP) $(PKG_INSTALL_DIR)/usr/sbin/vpnc \ $(PKG_INSTALL_DIR)/usr/sbin/vpnc-disconnect \ $(1)/usr/sbin/ - install -d -m0700 $(1)/etc/vpnc + $(INSTALL_DIR) $(1)/etc/vpnc $(INSTALL_CONF) $(PKG_INSTALL_DIR)/etc/vpnc/default.conf $(1)/etc/vpnc/ endef -- 2.30.2