Skip to Content.
Sympa Menu

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

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 (8a109ec2881deeb3a9e70d158fb796c4b138ff1e)
  • Date: Fri, 12 Oct 2007 19:32:28 -0500

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

smgl/smgl-fhs/HISTORY | 4 ++++
smgl/smgl-fhs/INSTALL | 8 ++++----
2 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit 8a109ec2881deeb3a9e70d158fb796c4b138ff1e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

smgl-fhs: Fix X11 symlinks (commented in Bug #13777)

diff --git a/smgl/smgl-fhs/HISTORY b/smgl/smgl-fhs/HISTORY
index c76d60f..b98669d 100644
--- a/smgl/smgl-fhs/HISTORY
+++ b/smgl/smgl-fhs/HISTORY
@@ -1,3 +1,7 @@
+2007-10-12 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Fix symlinks relative to INSTALL_ROOT, otherwise you get
+ problems with broken symlinks as reported in Bug #13777
+
2007-05-06 Thomas Orgis <soukus AT sourcemage.org>
* INSTALL: ensure minimal passwd files with root:root
for possibly cast in yet-empty to-be chroot dir
diff --git a/smgl/smgl-fhs/INSTALL b/smgl/smgl-fhs/INSTALL
index 2e965ad..464b57d 100755
--- a/smgl/smgl-fhs/INSTALL
+++ b/smgl/smgl-fhs/INSTALL
@@ -113,10 +113,10 @@ done &&
#
for X11_directory in bin lib/X11 include/X11
do
- fhs_mkdir /usr/X11R6/$X11_directory &&
- pushd $INSTALL_ROOT/ &&
- ln -sf usr/$X11_directory \
- usr/X11R6/$X11_directory &&
+ fhs_mkdir /usr/X11R6/$X11_directory &&
+ pushd $INSTALL_ROOT/ &&
+ ln -sf $INSTALL_ROOT/usr/$X11_directory \
+ usr/X11R6/$X11_directory &&
popd
done &&





Archive powered by MHonArc 2.6.24.

Top of Page