Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 72287 Details for
Bug 106982
tinyerp-server-3.0.2.ebuild (New)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
setup-3.1.1.patch
setup-3.1.1.patch (text/plain), 915 bytes, created by
lzap
on 2005-11-06 05:52:25 UTC
(
hide
)
Description:
setup-3.1.1.patch
Filename:
MIME Type:
Creator:
lzap
Created:
2005-11-06 05:52:25 UTC
Size:
915 bytes
patch
obsolete
>diff -Nru setup.py setup.py >--- setup.py 2005-09-18 16:16:19.000000000 +0200 >+++ setup.py 2005-09-23 23:04:09.000000000 +0200 >@@ -61,10 +61,10 @@ > '''Build list of data files to be installed''' > files = [(opj('share', 'man', 'man1'), > ['man/tinyerp-server.1']), >- (opj('share','doc', 'tinyerp-server'), >+ (opj('share','doc', 'tinyerp-server-%s' % version), > [f for f in glob.glob('doc/*') if os.path.isfile(f)]), >- (opj('share','doc','tinyerp-server', 'i18n'), >- glob.glob('doc/i18n/*')), >+ (opj('share','doc','tinyerp-server-%s' % version, 'i18n'), >+ glob.glob('i18n/*')), > (opj('lib', 'python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'addons', 'custom'), > glob.glob('bin/addons/custom/*xml') + > glob.glob('bin/addons/custom/*xsl'))]
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 106982
:
69066
|
69067
|
69068
|
69069
|
69108
|
69110
|
69111
|
69776
|
72285
|
72286
| 72287 |
72288
|
72289
|
72293
|
72294
|
80475
|
80476
|
80477