tgt: fix conffiles section
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 May 2014 02:22:30 +0000 (02:22 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 May 2014 02:22:30 +0000 (02:22 +0000)
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

net/tgt/Makefile

index 676bdc2..5f918d4 100644 (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