tig: fix typo.

This commit is contained in:
Juan RP 2012-09-07 16:00:32 +02:00
parent 29d7da6b2f
commit 8e6bd4d144
1 changed files with 2 additions and 2 deletions

View File

@ -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
}