summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-11-10 00:36:14 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-11-10 00:36:14 +0000
commit8814dc2e75930a1228a2110c4bc8d0bf2ea6f892 (patch)
tree9f2ea66949f466e67c69ebd2ef66e02f70a1da73 /dev-db/mysqltool
parentRemoved internal gettext support. Unmasked 4.8.7. Fixes #10393 (diff)
downloadhistorical-8814dc2e75930a1228a2110c4bc8d0bf2ea6f892.tar.gz
historical-8814dc2e75930a1228a2110c4bc8d0bf2ea6f892.tar.bz2
historical-8814dc2e75930a1228a2110c4bc8d0bf2ea6f892.zip
Added Paul Belt's changes to the install path. fixes #9961
Diffstat (limited to 'dev-db/mysqltool')
-rw-r--r--dev-db/mysqltool/ChangeLog5
-rw-r--r--dev-db/mysqltool/mysqltool-0.95-r1.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-db/mysqltool/ChangeLog b/dev-db/mysqltool/ChangeLog
index 629bdd2556dc..9b53cc057a9e 100644
--- a/dev-db/mysqltool/ChangeLog
+++ b/dev-db/mysqltool/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for dev-db/mysqltool
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqltool/ChangeLog,v 1.4 2002/10/15 16:44:47 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqltool/ChangeLog,v 1.5 2002/11/10 00:36:14 rphillips Exp $
*mysqltool-0.95-r1 (3 May 2002)
+ 09 Nov 2002; <rphillips@gentoo.org> :
+ Added Paul Belt's fixes for the installation paths
+
15 Oct 2002; <mucmmings@gentoo.org> : Add sparc64 to keywords
9 Sep 2002; <mcummings@gentoo.org> :
diff --git a/dev-db/mysqltool/mysqltool-0.95-r1.ebuild b/dev-db/mysqltool/mysqltool-0.95-r1.ebuild
index 797e2bba0b96..a70b753bafde 100644
--- a/dev-db/mysqltool/mysqltool-0.95-r1.ebuild
+++ b/dev-db/mysqltool/mysqltool-0.95-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqltool/mysqltool-0.95-r1.ebuild,v 1.5 2002/10/15 16:44:47 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqltool/mysqltool-0.95-r1.ebuild,v 1.6 2002/11/10 00:36:14 rphillips Exp $
inherit perl-module
@@ -20,6 +20,10 @@ src_install() {
eval `perl '-V:installarchlib'`
mkdir -p ${D}/$installarchlib
+ cp ${S}/Makefile ${S}/Makefile.orig
+ cat ${S}/Makefile | sed -e "s!INSTALLMAN1DIR = /usr/share/man/man1!INSTALLMAN1DIR = ${D}/usr/share/man/man1!" -e "s!INSTALLMAN3DIR = /usr/share/man/man3!INSTALLMAN3DIR = ${D}/usr/share/man/man3!" > ${S}/Makefile.gentoo
+ mv ${S}/Makefile.gentoo ${S}/Makefile
+
make install || die
dodoc COPYING Changes MANIFEST README Upgrade