Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 217371 Details for
Bug 298875
app-misc/beanstalkd: documentation installed outside /usr/share/doc/${PF}
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add --docdir to econf
fix-docdir.patch (text/plain), 668 bytes, created by
Johan Bergström
on 2010-01-25 09:15:56 UTC
(
hide
)
Description:
Add --docdir to econf
Filename:
MIME Type:
Creator:
Johan Bergström
Created:
2010-01-25 09:15:56 UTC
Size:
668 bytes
patch
obsolete
>--- /usr/portage/app-misc/beanstalkd/beanstalkd-1.4.3.ebuild 2010-01-07 13:22:26.000000000 +0100 >+++ beanstalkd-1.4.3.ebuild 2010-01-25 10:12:48.912474477 +0100 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.3.ebuild,v 1.1 2010/01/04 19:03:07 patrick Exp $ > >+EAPI="2" >+ > inherit eutils > > DESCRIPTION="A fast, distributed, in-memory workqueue service" >@@ -22,6 +24,10 @@ > enewuser beanstalk -1 -1 /dev/null daemon > } > >+src_configure() { >+ econf --docdir=/usr/share/${PF} >+} >+ > src_install() { > emake DESTDIR="${D}" install || die "emake install failed." >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 298875
: 217371