Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (a6a5201f096ecca2c406edee9318371e4fcc7146)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (a6a5201f096ecca2c406edee9318371e4fcc7146)
  • Date: Thu, 26 Nov 2009 01:53:19 -0600

GIT changes to master grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

smgl/smgl-fhs/DETAILS | 2 +-
smgl/smgl-fhs/HISTORY | 6 ++++++
smgl/smgl-fhs/INSTALL | 14 +-------------
3 files changed, 8 insertions(+), 14 deletions(-)

New commits:
commit a6a5201f096ecca2c406edee9318371e4fcc7146
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

smgl-fhs: get rid of /usr/X11R6 - I think we can all agree that it's not
used anymore and that we should consider anything installing into it a valid
bug - if someone doesn't agree feel free to revert this

diff --git a/smgl/smgl-fhs/DETAILS b/smgl/smgl-fhs/DETAILS
index bb1c0e5..96d1000 100755
--- a/smgl/smgl-fhs/DETAILS
+++ b/smgl/smgl-fhs/DETAILS
@@ -1,5 +1,5 @@
SPELL=smgl-fhs
- VERSION=2.2.1
+ VERSION=2.2.2
WEB_SITE=http://www.pathname.com/fhs/2.2/
ENTERED=20050513
GATHER_DOCS="off"
diff --git a/smgl/smgl-fhs/HISTORY b/smgl/smgl-fhs/HISTORY
index 58593cf..fb695c1 100644
--- a/smgl/smgl-fhs/HISTORY
+++ b/smgl/smgl-fhs/HISTORY
@@ -1,3 +1,9 @@
+2009-11-26 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * INSTALL: get rid of /usr/X11R6 - I think we can all agree that it's
+ not used anymore and that we should consider anything installing
into
+ it a valid bug
+ * DETAILS: update to 2.2.2
+
2008-10-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: version bumped to 2.2.1; corrected short desc
* INSTALL: don't install modules dir for X11 since mesalib and
xorg-server
diff --git a/smgl/smgl-fhs/INSTALL b/smgl/smgl-fhs/INSTALL
index cb637ef..b094ac4 100755
--- a/smgl/smgl-fhs/INSTALL
+++ b/smgl/smgl-fhs/INSTALL
@@ -64,7 +64,7 @@ done &&
#
# http://www.pathname.com/fhs/2.2/fhs-4.html
#
-for usr_directory in X11R6 bin include lib local sbin share src
+for usr_directory in bin include lib local sbin share src
do
fhs_mkdir /usr/$usr_directory
done &&
@@ -108,21 +108,9 @@ do
fhs_mkdir /usr/share/man/man$man_directory
done &&

-#
-# http://www.pathname.com/fhs/2.2/fhs-4.4.html
-#
-for X11_subdir in lib include
-do
- fhs_mkdir /usr/X11R6/$X11_subdir
-done &&
-
for X11_directory in bin lib/X11 include/X11
do
fhs_mkdir /usr/$X11_directory &&
- pushd $INSTALL_ROOT/ &&
- ln -sf $TRACK_ROOT/usr/$X11_directory \
- usr/X11R6/$X11_directory &&
- popd
done &&

#



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (a6a5201f096ecca2c406edee9318371e4fcc7146), Andraž Levstik, 11/26/2009

Archive powered by MHonArc 2.6.24.

Top of Page