summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2014-01-24 00:29:50 +0100
committerMartin Väth <martin@mvath.de>2015-10-11 10:49:06 +0200
commite078c9f11b5c619e1f10e6feb4235a4a2778ab75 (patch)
tree3b1910f03ce66e24aa3e8aa54fe03804ebd88033 /app-shells/termcolors-mv
parentBump fvwm-crystal (diff)
downloadmv-e078c9f11b5c619e1f10e6feb4235a4a2778ab75.tar.gz
mv-e078c9f11b5c619e1f10e6feb4235a4a2778ab75.tar.bz2
mv-e078c9f11b5c619e1f10e6feb4235a4a2778ab75.zip
Avoid duplicate installations
Diffstat (limited to 'app-shells/termcolors-mv')
-rw-r--r--app-shells/termcolors-mv/ChangeLog3
-rw-r--r--app-shells/termcolors-mv/termcolors-mv-3.2-r1.ebuild2
2 files changed, 4 insertions, 1 deletions
diff --git a/app-shells/termcolors-mv/ChangeLog b/app-shells/termcolors-mv/ChangeLog
index d522e53a..a0aebd74 100644
--- a/app-shells/termcolors-mv/ChangeLog
+++ b/app-shells/termcolors-mv/ChangeLog
@@ -4,6 +4,9 @@
*termcolors-3.2-r1 (17 Dec 2013)
+ 24 Jan 2014; Martin Väth <martin@mvath.de>:
+ Avoid duplicate installation
+
17 Dec 2013; Martin Väth <martin@mvath.de>:
Fix sh and perl paths
diff --git a/app-shells/termcolors-mv/termcolors-mv-3.2-r1.ebuild b/app-shells/termcolors-mv/termcolors-mv-3.2-r1.ebuild
index e0e27680..cb13f0ed 100644
--- a/app-shells/termcolors-mv/termcolors-mv-3.2-r1.ebuild
+++ b/app-shells/termcolors-mv/termcolors-mv-3.2-r1.ebuild
@@ -44,5 +44,5 @@ src_install() {
use perl && dobin bin/256colors
insinto /etc/dir_colors
doins DIR_COLORS*
- readme.gentoo_src_install
+ readme.gentoo_create_doc
}