summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2007-09-17 19:00:36 +0000
committerMike Auty <ikelos@gentoo.org>2007-09-17 19:00:36 +0000
commit2263aa3b1bf0fe35c7a1d5f206c507d7bea0a4b8 (patch)
tree4b7855c533bf9f9783c8dbf35ddba2e88d947215 /x11-libs/openmotif/openmotif-2.3.0.ebuild
parentx86 stable, bug #192696 (diff)
downloadgentoo-2-2263aa3b1bf0fe35c7a1d5f206c507d7bea0a4b8.tar.gz
gentoo-2-2263aa3b1bf0fe35c7a1d5f206c507d7bea0a4b8.tar.bz2
gentoo-2-2263aa3b1bf0fe35c7a1d5f206c507d7bea0a4b8.zip
Fixing man page file collision caused by hardcoded slot number.
(Portage version: 2.1.3.9)
Diffstat (limited to 'x11-libs/openmotif/openmotif-2.3.0.ebuild')
-rw-r--r--x11-libs/openmotif/openmotif-2.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/openmotif/openmotif-2.3.0.ebuild b/x11-libs/openmotif/openmotif-2.3.0.ebuild
index 5033dfdb0fe0..5fce716705f6 100644
--- a/x11-libs/openmotif/openmotif-2.3.0.ebuild
+++ b/x11-libs/openmotif/openmotif-2.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild,v 1.3 2007/09/16 13:34:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild,v 1.4 2007/09/17 19:00:36 ikelos Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="1.6"
@@ -93,7 +93,7 @@ src_install() {
for file in `ls ${D}/usr/share/man/man${man}`
do
file=${file/.${man}/}
- mv ${D}/usr/share/man/man$man/${file}.${man} ${D}/usr/share/man/man${man}/${file}-openmotif-2.2.${man}
+ mv ${D}/usr/share/man/man$man/${file}.${man} ${D}/usr/share/man/man${man}/${file}-openmotif-${SLOT}.${man}
done
done