Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 97295 Details for
Bug 148000
games-sports/ultimatestunts-0.6.2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ultimatestunts-0.6.2-paths.patch
ultimatestunts-0.6.2-paths.patch (text/plain), 971 bytes, created by
Tristan Heaven (RETIRED)
on 2006-09-17 18:39:41 UTC
(
hide
)
Description:
ultimatestunts-0.6.2-paths.patch
Filename:
MIME Type:
Creator:
Tristan Heaven (RETIRED)
Created:
2006-09-17 18:39:41 UTC
Size:
971 bytes
patch
obsolete
>--- configure.ac >+++ configure.ac >@@ -210,9 +210,9 @@ > dnl ------------------ > dnl The directory locations > dnl ------------------ >-usdatadir="${prefix}/share/ultimatestunts/" >+usdatadir="${datadir}/ultimatestunts/" > >-AC_DEFINE_UNQUOTED([PREFIXDIR], ["$prefix"], [Prefix dir]) >+AC_DEFINE_UNQUOTED([PREFIXDIR], ["$sysconfdir"], [Prefix dir]) > > AC_SUBST(netlibs) > AC_SUBST(soundlibs) > >--- data/Makefile.am >+++ data/Makefile.am >@@ -1,4 +1,4 @@ >-usdatadir=@usdatadir@ >+usdatadir=$(DESTDIR)/@usdatadir@ > > install: > $(mkinstalldirs) ${usdatadir} > >--- shared/usmisc.cpp >+++ shared/usmisc.cpp >@@ -42,7 +42,7 @@ > printf("prefix = %s\n", prefixdir.c_str()); > > std::vector<CString> locations; >- locations.push_back(prefixdir + "/etc/ultimatestunts.conf"); >+ locations.push_back(prefixdir + "/ultimatestunts.conf"); > locations.push_back("/etc/ultimatestunts.conf"); > locations.push_back("/usr/local/etc/ultimatestunts.conf"); > locations.push_back("./ultimatestunts.conf");
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 148000
:
97293
|
97294
| 97295 |
97296
|
97355
|
97356