Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 299079 Details for
Bug 398873
app-portage/euscan installs man page in wrong location
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
euscan-0.1.0-manpage-location.patch
euscan-0.1.0-manpage-location.patch (text/plain), 627 bytes, created by
Gavin Pryke
on 2012-01-16 17:08:17 UTC
(
hide
)
Description:
euscan-0.1.0-manpage-location.patch
Filename:
MIME Type:
Creator:
Gavin Pryke
Created:
2012-01-16 17:08:17 UTC
Size:
627 bytes
patch
obsolete
>--- setup.py.orig 2012-01-13 15:29:35.090896838 +0000 >+++ setup.py 2012-01-16 16:56:45.195750451 +0000 >@@ -21,7 +21,7 @@ > try: > from portage.const import EPREFIX > except ImportError: >- EPREFIX='/' >+ EPREFIX='' > > # Python files that need `__version__ = ""` subbed, relative to this dir: > python_scripts = [os.path.join(cwd, path) for path in ( >@@ -78,7 +78,7 @@ > package_data = {}, > scripts=python_scripts, > data_files=( >- (os.path.join(EPREFIX, 'usr/share/man/man1'), glob('man/*')), >+ (os.path.join(os.sep, EPREFIX.lstrip(os.sep), 'usr/share/man/man1'), glob('man/*')), > ), > cmdclass={ > 'set_version': set_version,
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 398873
:
298915
|
298917
| 299079