Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 259786 Details for
Bug 327247
dev-python/robotframework New Package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch applied to the installation procedure that fixes the start-up scripts.
update_scripts-fix.patch (text/plain), 770 bytes, created by
Nuno
on 2011-01-14 11:04:07 UTC
(
hide
)
Description:
Patch applied to the installation procedure that fixes the start-up scripts.
Filename:
MIME Type:
Creator:
Nuno
Created:
2011-01-14 11:04:07 UTC
Size:
770 bytes
patch
obsolete
>--- robot_postinstall.py.old 2010-09-27 11:41:33.000000000 +0100 >+++ robot_postinstall.py 2010-12-10 10:25:51.646782510 +0000 >@@ -26,7 +26,7 @@ > Run as part of the generic installation procedure from 'setup.py' after > running 'python setyp.py install'. > """ >- _update_scripts(script_names, script_dir, robot_dir) >+ _update_scripts(script_names, script_dir, '/usr/lib/python2.6/site-packages/robot/') > > > def windows_binary_install(): >@@ -162,7 +162,7 @@ > elif sys.platform.count('cygwin'): > return 'jython.bat', ['/cygdrive/c', '/cygdrive/d'] > else: >- return 'jython', ['/usr/local','/opt'] >+ return 'jython2.5', ['/usr/local','/opt'] > > def _jython_in_path(jyexe): > out = os.popen('%s --version 2>&1' % jyexe )
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 Raw
Actions:
View
Attachments on
bug 327247
:
237835
|
237837
| 259786 |
259788
|
259790
|
259791
|
259792
|
259794
|
259795