Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 57591
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: SpanKY <vapier@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: John Robinson <john.robinson+bug.gentoo.org@anonymous.org.uk>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 57591 depends on: Show dependency tree
Bug 57591 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-07-19 07:54 0000
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 From SpanKY 2004-07-19 10:11:32 0000 -------
heh, that's been around for a while eh ?

fixed in cvs, thanks

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug