From b3884a6c00acc9499346b8a727b33daddeec3245 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 4 Feb 2012 20:49:19 +0000 Subject: [PATCH] [packages_10.03.2] bash-completion: merge r29199 SVN-Revision: 30137 --- utils/bash-completion/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/utils/bash-completion/Makefile b/utils/bash-completion/Makefile index fc4ed5369e..f5c43920fc 100644 --- a/utils/bash-completion/Makefile +++ b/utils/bash-completion/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2011 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:=bash-completion PKG_VERSION:=20080705 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/b/bash-completion/ @@ -42,8 +42,12 @@ define Build/Compile endef define Package/bash-completion/install - $(INSTALL_DIR) $(1)/etc/ - $(INSTALL_BIN) $(PKG_BUILD_DIR)/bash_completion $(1)/etc + $(INSTALL_DIR) $(1)/etc + $(INSTALL_BIN) $(PKG_BUILD_DIR)/bash_completion $(1)/etc/ +endef + +define Package/bash-completion/conffiles +/etc/bash_completion endef $(eval $(call BuildPackage,bash-completion)) -- 2.30.2