Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 354625 - media-video/mplayer-9999: do not duplicate options in configure and make install
Summary: media-video/mplayer-9999: do not duplicate options in configure and make install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2011-02-12 16:41 UTC by Nikoli
Modified: 2011-03-01 15:32 UTC (History)
0 users

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


Attachments
patch, works fine for me (mplayer-9999.ebuild_src_install.patch,1.04 KB, patch)
2011-02-12 16:41 UTC, Nikoli
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2011-02-12 16:41:06 UTC
Why
		--prefix=${EPREFIX}/usr
		--bindir=${EPREFIX}/usr/bin
		--libdir=${EPREFIX}/usr/$(get_libdir)
		--confdir=${EPREFIX}/etc/mplayer
		--datadir=${EPREFIX}/usr/share/mplayer${namesuf}
are in both src_configure and src_install? For me it works fine without duplicating.
Comment 1 Nikoli 2011-02-12 16:41:37 UTC
Created attachment 262253 [details, diff]
patch, works fine for me
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2011-03-01 15:32:12 UTC
Good catch. Added to main tree.