| Bug#: 57591 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: trivial | Priority: P2 |
| Resolution: FIXED | Assigned To: vapier@gentoo.org | Reported By: john.robinson+bug.gentoo.org@anonymous.org.uk | |
| Component: Library | |||
| URL: | |||
| Summary: typo in svgalib ebuild - should be threeDKit not theeDKit | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2004-07-19 07:54 0000 | |||
| 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}
heh, that's been around for a while eh ? fixed in cvs, thanks