From: Florian Fainelli Date: Tue, 6 May 2014 02:22:30 +0000 (+0000) Subject: tgt: fix conffiles section X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=5826f45bde618911f6ed3c63682ce11bdb286377 tgt: fix conffiles section Remove the leading tab Reported-by: Maxim Storchak Signed-off-by: Florian Fainelli SVN-Revision: 40708 --- diff --git a/net/tgt/Makefile b/net/tgt/Makefile index 676bdc28c4..5f918d48c3 100644 --- a/net/tgt/Makefile +++ b/net/tgt/Makefile @@ -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