Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 68656 Details for
Bug 106253
rox.eclass does not change permissions for all AppRun scripts
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
rox.eclass.patch file
rox.eclass.patch (text/plain), 687 bytes, created by
Peter Hyman
on 2005-09-17 02:36:35 UTC
(
hide
)
Description:
rox.eclass.patch file
Filename:
MIME Type:
Creator:
Peter Hyman
Created:
2005-09-17 02:36:35 UTC
Size:
687 bytes
patch
obsolete
>--- /usr/portage/eclass/rox.eclass 2005-07-11 11:35:37.000000000 -0400 >+++ ./rox.eclass 2005-09-17 05:22:33.000000000 -0400 >@@ -54,8 +54,9 @@ > insinto /usr/lib/rox > doins -r ${APPNAME} > #set correct permisions on files, in case they are wrong >- chmod 755 ${D}/usr/lib/rox/${APPNAME}/AppRun >- chmod 755 ${D}/usr/lib/rox/${APPNAME}/AppletRun >+ #include all subdirectories in search, just in case >+ find ${D}/usr/lib/rox/${APPNAME} -name 'AppRun' | xargs chmod 0755 >/dev/null 2>&1 >+ find ${D}/usr/lib/rox/${APPNAME} -name 'AppletRun' | xargs chmod 0755 >/dev/null 2>&1 > > # set permisions for programms where we have libdir script > if [ -f ${D}/usr/lib/rox/${APPNAME}/libdir ]; then
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 106253
: 68656