Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9961 - dev-db/mysqltool patch to fix installation
Summary: dev-db/mysqltool patch to fix installation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-30 07:57 UTC by Paul Belt
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Belt 2002-10-30 07:57:06 UTC
--- mysqltool-0.95-r1.ebuild    2002-10-30 08:48:16.000000000 -0500
+++ mysqltool-0.95-r2.ebuild    2002-10-30 08:53:35.000000000 -0500
@@ -20,6 +20,10 @@
        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
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-11-09 18:36:31 UTC
committed.