Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26975 - libebml 0.4.4 ebuild error
Summary: libebml 0.4.4 ebuild error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-20 03:10 UTC by Theofilos Intzoglou
Modified: 2003-08-23 12:35 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 Theofilos Intzoglou 2003-08-20 03:10:07 UTC
In src_compile a || is missing, so it sais

make PREFIX=/usr die "make failed"

where it should say

make PREFIX=/usr || die "make failed"

Fortunately the package installs just fine even without that :-)
Comment 1 Chuck Short (RETIRED) gentoo-dev 2003-08-23 12:35:57 UTC
Fixed in cvs, thanks for the ebuild.