aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2013-05-03 18:38:41 +0200
committerTomáš Pružina <pruzinat@gmail.com>2013-05-03 19:34:07 +0200
commit486805b14a6423ad698e2f2eebb5a49b6ac7017b (patch)
tree6a270cf41e4aebad07a275494f5a2dd3282cd905
parentChange my email in the manpage (diff)
downloadtatt-486805b14a6423ad698e2f2eebb5a49b6ac7017b.tar.gz
tatt-486805b14a6423ad698e2f2eebb5a49b6ac7017b.tar.bz2
tatt-486805b14a6423ad698e2f2eebb5a49b6ac7017b.zip
modified: tatt-9999.ebuild
modified: tatt-9999.ebuild fixed broken links
-rw-r--r--tatt-9999.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/tatt-9999.ebuild b/tatt-9999.ebuild
index d292277..8cdf48c 100644
--- a/tatt-9999.ebuild
+++ b/tatt-9999.ebuild
@@ -11,7 +11,8 @@ inherit distutils-r1 git-2
DESCRIPTION="tatt is an arch testing tool"
HOMEPAGE="http://github.com/tom111/tatt"
-EGIT_REPO_URI="https://github.com/tom111/tatt.git"
+EGIT_REPO_URI="https://github.com/tom111/tatt.git \
+ git://github.com/tom111/tatt.git"
LICENSE="GPL-2"
SLOT="0"
@@ -36,6 +37,8 @@ python_install_all() {
insinto "/usr/share/${PN}"
doins -r templates || die
fi
- doman tatt.1
}
+src_install() {
+ doman *.1
+}