Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 48899 Details for
Bug 77137
With FEATURES="buildpkg", tenshi-0.3.2.ebuild sets wrong ownership on /etc/tenshi/tenshi.conf and /var/lib/tenshi/
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to the tenshi-0.3.2.ebuild to work correctly when building binary packages
tenshi-0.3.2.ebuild.patch (text/plain), 628 bytes, created by
Lars Geiger
on 2005-01-18 15:29:48 UTC
(
hide
)
Description:
Patch to the tenshi-0.3.2.ebuild to work correctly when building binary packages
Filename:
MIME Type:
Creator:
Lars Geiger
Created:
2005-01-18 15:29:48 UTC
Size:
628 bytes
patch
obsolete
>--- tenshi-0.3.2.ebuild 2005-01-19 00:24:05.052391616 +0100 >+++ tenshi-0.3.2.ebuild.neu 2005-01-19 00:24:52.456185144 +0100 >@@ -17,16 +17,16 @@ > RDEPEND="dev-lang/perl > sys-apps/coreutils" > >-pkg_preinst() { >+pkg_setup() { > enewgroup tenshi > enewuser tenshi -1 /bin/false /var/lib/tenshi tenshi >- fowners tenshi:root /etc/tenshi/tenshi.conf >- fowners tenshi:root /var/lib/tenshi > } > > src_install() { > sed -i -e "s:-o tenshi::" Makefile > emake DESTDIR=${D} install >+ fowners tenshi:root /etc/tenshi/tenshi.conf >+ fowners tenshi:root /var/lib/tenshi > doman tenshi.8 > exeinto /etc/init.d > newexe tenshi.gentoo-init tenshi
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 77137
: 48899