Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26998 - subversion ebuild shouldn't create /etc/apache2/conf when USE="-apache2"
Summary: subversion ebuild shouldn't create /etc/apache2/conf when USE="-apache2"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on: 29586
Blocks:
  Show dependency tree
 
Reported: 2003-08-20 10:58 UTC by Julien Allanos (RETIRED)
Modified: 2003-09-28 04:31 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 Julien Allanos (RETIRED) gentoo-dev 2003-08-20 10:58:02 UTC
the subversion-0.26.0 ebuild shouldn't create /etc/apache2/conf when the
"apache2" USE flag isn't set.

src_install () {
        mkdir -p ${D}/etc/apache2/conf
        mkdir -p ${D}/etc/share

furthermore, i don't see why a /etc/share dir is created, if it isn't used after
that. could someone tell me why the ebuild creates /etc/share ? thanks.
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2003-09-28 04:31:38 UTC
Fixed in the new 0.30.0 ebuild