Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 119067 Details for
Bug 177471
dev-lang/python * Unable to establish /usr/share/man/man1/python.1.gz symlink
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
python-2.4.4-r4.ebuild.diff
python-2.4.4-r4.ebuild.diff (text/plain), 1.55 KB, created by
Jakub Moc (RETIRED)
on 2007-05-13 06:56:10 UTC
(
hide
)
Description:
python-2.4.4-r4.ebuild.diff
Filename:
MIME Type:
Creator:
Jakub Moc (RETIRED)
Created:
2007-05-13 06:56:10 UTC
Size:
1.55 KB
patch
obsolete
>--- python-2.4.4-r4.ebuild 2007-05-12 19:35:32.000000000 +0200 >+++ python-2.4.4-r4.ebuild 2007-05-13 08:54:14.000000000 +0200 >@@ -220,14 +220,14 @@ > } > > pkg_postrm() { >-python_makesym >+ local mansuffix=$(ecompress --suffix) >+ python_makesym > alternatives_auto_makesym "/usr/bin/idle" "idle[0-9].[0-9]" > alternatives_auto_makesym "/usr/bin/pydoc" "pydoc[0-9].[0-9]" > alternatives_auto_makesym "/usr/bin/python-config" \ > "python-config-[0-9].[0-9]" >- suffix=$(echo /usr/share/man/man1/python${PYVER}.1* | sed "s/.*python${PYVER}.1//") >- ln -s "/usr/share/man/man1/python[0-9][0-9].1${suffix}" \ >- "/usr/share/man/man1/python.1${suffix}" >+ alternatives_auto_makesym "/usr/share/man/man1/python.1${mansuffix}" \ >+ "python[0-9].[0-9].1${mansuffix}" > > python_mod_cleanup /usr/lib/python${PYVER} > [[ "$(get_libdir)" == "lib" ]] || \ >@@ -237,15 +237,15 @@ > pkg_postinst() { > local myroot > myroot=$(echo $ROOT | sed 's:/$::') >+ local mansuffix=$(ecompress --suffix) > > python_makesym > alternatives_auto_makesym "/usr/bin/idle" "idle[0-9].[0-9]" > alternatives_auto_makesym "/usr/bin/pydoc" "pydoc[0-9].[0-9]" > alternatives_auto_makesym "/usr/bin/python-config" \ > "python-config-[0-9].[0-9]" >- suffix=$(echo /usr/share/man/man1/python${PYVER}.1* | sed "s/.*python${PYVER}.1//") >- ln -s "/usr/share/man/man1/python[0-9][0-9].1${suffix}" \ >- "/usr/share/man/man1/python.1${suffix}" >+ alternatives_auto_makesym "/usr/share/man/man1/python.1${mansuffix}" \ >+ "python[0-9].[0-9].1${mansuffix}" > > python_mod_optimize > python_mod_optimize -x site-packages \
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 177471
:
119065
| 119067