Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38816 Details for
Bug 53958
stepmania-3.9_alpha22.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
stepmania-3.9-r22-gentoo.patch
stepmania-3.9-r22-gentoo.patch (text/plain), 985 bytes, created by
Mark Flanagan
on 2004-09-03 04:18:28 UTC
(
hide
)
Description:
stepmania-3.9-r22-gentoo.patch
Filename:
MIME Type:
Creator:
Mark Flanagan
Created:
2004-09-03 04:18:28 UTC
Size:
985 bytes
patch
obsolete
>--- StepMania-3.9-alpha22-src/src/RageFileManager.cpp.old 2004-05-23 16:33:12.000000000 -0600 >+++ StepMania-3.9-alpha22-src/src/RageFileManager.cpp 2004-06-15 00:59:00.913075920 -0600 >@@ -151,7 +151,7 @@ > * scores. It would need to handle permissions properly. */ > /* RageFileManager::Mount( "dir", "/var/lib/games/stepmania", "Data/Profiles" ); */ > >- // CString Home = getenv( "HOME" ) + "/" + PRODUCT_NAME; >+ CString Home = ssprintf( "%s/%s", getenv( "HOME" ), PACKAGE ); > > /* > * Next: path to write general mutable user data. If the above path fails (eg. >@@ -178,7 +178,8 @@ > if( Root == "" ) > RageException::Throw( "Couldn't find \"Songs\"" ); > >- RageFileManager::Mount( "dir", Root, "" ); >+ RageFileManager::Mount( "dir", Home, "" ); >+ RageFileManager::Mount( "dir", "/opt/stepmania", "" ); > #elif defined(_WINDOWS) > /* All Windows data goes in the directory one level above the executable. */ > CHECKPOINT_M( ssprintf( "DOE \"%s\"", DirOfExecutable.c_str()) );
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 53958
:
33297
|
33298
|
33627
|
33698
|
38815
| 38816 |
38951
|
39013
|
39014
|
39270