Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35896 Details for
Bug 57878
BSD install doesn't support --owner and --group, and Mac OS X doesn't have root gid
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dobin.diff
dobin.diff (text/plain), 327 bytes, created by
Mamoru KOMACHI (RETIRED)
on 2004-07-21 10:48:30 UTC
(
hide
)
Description:
dobin.diff
Filename:
MIME Type:
Creator:
Mamoru KOMACHI (RETIRED)
Created:
2004-07-21 10:48:30 UTC
Size:
327 bytes
patch
obsolete
>--- dobin.orig Sat Jul 10 20:28:53 2004 >+++ dobin Thu Jul 22 02:45:11 2004 >@@ -19,6 +19,6 @@ > else > #otherwise, use reasonable defaults > echo ">>> dobin: making ${x} executable..." >- install -m0755 --owner=root --group=root "${x}" "${D}${DESTTREE}/bin" >+ install -m0755 -o 0 -g 0 "${x}" "${D}${DESTTREE}/bin" > fi > done
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 57878
: 35896 |
35897