tgt: fix conffiles section

Remove the leading tab

Reported-by: Maxim Storchak <m.storchak@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40708 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2014-05-06 02:22:30 +00:00
parent 1b9ee7c211
commit 1e2419b7d2

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2012 OpenWrt.org
# Copyright (C) 2012-2014 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:=tgt
PKG_VERSION:=1.0.46
PKG_REV:=601a44d6c833f59d9d2472ad11d421481a25b2e7
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/fujita/tgt.git
@ -45,7 +45,7 @@ define Build/Compile
endef
define Package/tgt/conffiles
/etc/config/tgt
/etc/config/tgt
endef
define Package/tgt/install