Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/ufo-ai/files: ufo-ai-2.2.1-noelfonshared.patch
Date: Tue, 02 Mar 2010 10:44:05
Message-Id: E1NmPa6-0001cX-7x@stork.gentoo.org
1 tupone 10/03/02 10:44:02
2
3 Added: ufo-ai-2.2.1-noelfonshared.patch
4 Log:
5 Do not install ELF under share. Bug #304707
6 (Portage version: 2.1.7.16/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 games-strategy/ufo-ai/files/ufo-ai-2.2.1-noelfonshared.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/files/ufo-ai-2.2.1-noelfonshared.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/files/ufo-ai-2.2.1-noelfonshared.patch?rev=1.1&content-type=text/plain
13
14 Index: ufo-ai-2.2.1-noelfonshared.patch
15 ===================================================================
16 --- src/common/files.c.old 2010-03-01 09:07:30.000000000 +0100
17 +++ src/common/files.c 2010-03-01 09:08:18.000000000 +0100
18 @@ -894,6 +894,8 @@
19 /* start up with base by default */
20 FS_AddGameDirectory(va("%s/" BASEDIRNAME, fs_basedir->string));
21
22 + FS_AddGameDirectory("@GAMES_LIBDIR@");
23 +
24 /* then add a '.ufoai/base' directory in home directory by default */
25 if (fs_usehomedir->integer)
26 FS_AddHomeAsGameDirectory(BASEDIRNAME);