Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 85925 Details for
Bug 130891
games-puzzle/bbm-0.2.0 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
small patch to find data directory
bbm-0.2.0-gamespath.patch (text/plain), 622 bytes, created by
Mark <Line72> Dillavou
on 2006-05-01 06:32:56 UTC
(
hide
)
Description:
small patch to find data directory
Filename:
MIME Type:
Creator:
Mark <Line72> Dillavou
Created:
2006-05-01 06:32:56 UTC
Size:
622 bytes
patch
obsolete
>--- bbm 2006-04-30 20:21:04.000000000 -0500 >+++ bbm.new 2006-04-30 20:20:18.009293310 -0500 >@@ -25,7 +25,7 @@ > datadir = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), '..', 'share', 'games', 'bbm')) > installed = True > elif here.endswith('bin'): # /usr/{local}/bin >- datadir = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), '..', 'share', 'bbm')) >+ datadir = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), '..', '..', 'share', 'games', 'bbm')) > installed = True > else: # not installed > datadir = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), 'data'))
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 130891
:
85223
|
85355
|
85924
| 85925 |
89274