Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (025eab7c8e7cdfbb2e2723292957f539d52595f8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (025eab7c8e7cdfbb2e2723292957f539d52595f8)
  • Date: Fri, 12 Oct 2007 21:54:35 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

smgl/smgl-fhs/HISTORY | 1 +
smgl/smgl-fhs/INSTALL | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 025eab7c8e7cdfbb2e2723292957f539d52595f8
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

smgl-fhs: Fix X11 modules (fixes DRI for me)

diff --git a/smgl/smgl-fhs/HISTORY b/smgl/smgl-fhs/HISTORY
index 616405d..d7a6f78 100644
--- a/smgl/smgl-fhs/HISTORY
+++ b/smgl/smgl-fhs/HISTORY
@@ -4,6 +4,7 @@
Need to make the /usr/X11R6/{lib,include} directories to create
symlinks under them and the directories we want to symlink to under
/usr also need to exist before symlinking
+ Fix X11 module locations (at least for DRI)

2007-05-06 Thomas Orgis <soukus AT sourcemage.org>
* INSTALL: ensure minimal passwd files with root:root
diff --git a/smgl/smgl-fhs/INSTALL b/smgl/smgl-fhs/INSTALL
index 1049fac..a604155 100755
--- a/smgl/smgl-fhs/INSTALL
+++ b/smgl/smgl-fhs/INSTALL
@@ -116,7 +116,7 @@ do
fhs_mkdir $INSTALL_ROOT/usr/X11R6/$X11_subdir
done &&

-for X11_directory in bin lib/X11 include/X11
+for X11_directory in bin lib/X11 include/X11 lib/modules
do
fhs_mkdir /usr/$X11_directory &&
pushd $INSTALL_ROOT/ &&



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (025eab7c8e7cdfbb2e2723292957f539d52595f8), Eric Sandall, 10/12/2007

Archive powered by MHonArc 2.6.24.

Top of Page