Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 99081 Details for
Bug 150416
cleaning orphaned python bytecode more thoroughly in python.eclass
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
python.patch (text/plain), 517 bytes, created by
Fabian Groffen
on 2006-10-07 14:40:24 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Fabian Groffen
Created:
2006-10-07 14:40:24 UTC
Size:
517 bytes
patch
obsolete
>--- eclass/python.eclass >+++ eclass/python.eclass >@@ -217,11 +217,11 @@ > > for path in ${SEARCH_PATH}; do > einfo "Cleaning orphaned Python bytecode from ${path} .." >- for obj in $(find ${path} -name *.pyc); do >- src_py="${obj%c}" >+ for obj in $(find ${path} -name *.py[co]); do >+ src_py="${obj%[co]}" > if [ ! -f "${src_py}" ]; then >- einfo "Purging ${src_py}[co]" >- rm -f ${src_py}[co] >+ einfo "Purging ${obj}" >+ rm -f ${obj} > fi > done > # attempt to remove directories that maybe empty
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 150416
: 99081