Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 491306 Details for
Bug 629516
app-portage/gs-pypi-0.2.1-r1:files installed outside the prefix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0.2.1-data_files.patch
0.2.1-data_files.patch (text/plain), 945 bytes, created by
tastu teche
on 2017-09-01 02:55:18 UTC
(
hide
)
Description:
0.2.1-data_files.patch
Filename:
MIME Type:
Creator:
tastu teche
Created:
2017-09-01 02:55:18 UTC
Size:
945 bytes
patch
obsolete
>--- a/setup.py >+++ b/setup.py >@@ -21,7 +21,7 @@ > packages = ['gs_pypi'], > package_data = {'gs_pypi': ['data/*']}, > scripts = ['bin/gs-pypi-generate-db', 'bin/gs-pypi'], >- data_files = [('/etc/g-sorcery/', ['gs-pypi.json']), >- ('/etc/layman/overlays/', ['gs-pypi-overlays.xml'])], >+ data_files = [('@GENTOO_PORTAGE_EPREFIX@/etc/g-sorcery/', ['gs-pypi.json']), >+ ('@GENTOO_PORTAGE_EPREFIX@/etc/layman/overlays/', ['gs-pypi-overlays.xml'])], > license = 'GPL-2', > ) > >--- a/gs_pypi/gs_pypi_generate_db.py >+++ b/gs_pypi/gs_pypi_generate_db.py >@@ -43,7 +43,7 @@ > > logger = Logger() > cfg_path = None >- for path in '.', '~', '/etc/g-sorcery': >+ for path in '.', '~', '@GENTOO_PORTAGE_EPREFIX@/etc/g-sorcery': > current = os.path.join(path, "gs-pypi.json") > if (os.path.isfile(current)): > cfg_path = path
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 629516
: 491306 |
491308