Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57591 - typo in svgalib ebuild - should be threeDKit not theeDKit
Summary: typo in svgalib ebuild - should be threeDKit not theeDKit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-19 07:54 UTC by John Robinson
Modified: 2004-07-19 10:11 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 John Robinson 2004-07-19 07:54:56 UTC
Trivial typo installs 3D kit binaries in /usr/lib/svgalib/theeDKit where it should be /usr/lib/svgalib/threeDKit


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Patch:

# diff -u svgalib-1.9.19.ebuild~ svgalib-1.9.19.ebuild
--- svgalib-1.9.19.ebuild~      2004-07-19 15:55:36.000000000 +0100
+++ svgalib-1.9.19.ebuild       2004-07-19 15:55:45.000000000 +0100
@@ -136,7 +136,7 @@
        done

        cd ${S}/threeDKit
-       exeinto /usr/lib/svgalib/theeDKit
+       exeinto /usr/lib/svgalib/threeDKit
        local THREED_PROGS="plane wrapdemo"
        doexe ${THREED_PROGS}
Comment 1 SpanKY gentoo-dev 2004-07-19 10:11:32 UTC
heh, that's been around for a while eh ?

fixed in cvs, thanks