Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9516 - perl ebuild does not add -Dscriptdir=/usr/bin to Configure
Summary: perl ebuild does not add -Dscriptdir=/usr/bin to Configure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal minor (vote)
Assignee: Michael Cummings (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-22 17:05 UTC by Jasmin Buchert
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Jasmin Buchert 2002-10-22 17:05:00 UTC
The perl ebuild script does not add the option -Dscriptdir=/usr/bin to  
Configure. The Configure script checks for /usr/share/scripts, /usr/share/bin,  
/usr/local/script, /usr/local/scripts and $prefixexp/script. So if one of  
these directories exist, Configure is using it as $scriptdir.
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2002-11-05 09:56:11 UTC
Actually, this was in the perl-module eclass, but there was a mix up in commits 
and was overwritten. This has been readded to the perl-module eclass, so any 
ebuild that inherits from it (as about 90% of ebuilds that use perl-modules do) 
will have the line added now. Let me know if this doesn't resolve your problem 
(if you don't see the line in the eclass/perl-module.eclass, emerge rsync - it 
was commited a few days ago, so there's no reason it shouldn't be on all of the 
mirrors by now).
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2002-11-14 11:32:51 UTC
Safe to close?