From 1e2419b7d2a41bf6cf454c26c9837907f62bb857 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 6 May 2014 02:22:30 +0000 Subject: [PATCH] tgt: fix conffiles section Remove the leading tab Reported-by: Maxim Storchak Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/packages@40708 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/tgt/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/tgt/Makefile b/net/tgt/Makefile index 676bdc28c..5f918d48c 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 -- 2.11.0