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
 }