From 8e6bd4d14468b507d0b9c5c907f2c3e6a62d7f48 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Fri, 7 Sep 2012 16:00:32 +0200
Subject: [PATCH] tig: fix typo.

---
 srcpkgs/tig/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/tig/template b/srcpkgs/tig/template
index a182072a02..1d09d735f2 100644
--- a/srcpkgs/tig/template
+++ b/srcpkgs/tig/template
@@ -1,7 +1,7 @@
 # Template file for 'tig'
 pkgname=tig
 version=1.0
-revision=1
+revision=2
 build_style=gnu-configure
 make_install_args="install-doc-man"
 makedepends="ncurses-devel"
@@ -23,7 +23,7 @@ long_desc="
  Using it as a pager, it will display input from stdin and colorize it."
 
 post_install() {
-	vinstall contrib/tigrc 644 usr/share/examples/tic
+	vinstall contrib/tigrc 644 usr/share/examples/tig
 	vinstall contrib/tig-completion.bash 644 \
 		usr/share/bash-completion/completions tig
 }