Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e0d76db47e869a45ab9fea58af4e910e72075ff8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e0d76db47e869a45ab9fea58af4e910e72075ff8)
  • Date: Wed, 8 Aug 2007 13:26:12 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

utils/util-linux/HISTORY | 4 +++-
utils/util-linux/PRE_INSTALL | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 1b978b5317e71b389cc6819f00e150cbdc35f610
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

util-linux - fix typo

diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index 66602a1..9f77cfb 100644
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,9 +1,11 @@
2007-08-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_INSTALL: fix typo, fixes bug #13926
+
+2007-08-08 Treeve Jelbert <treeve AT sourcemage.org>
* PRE_BUILD: add some &&
make it EXECUTABLE
don't patch util-linux-ng or do sedits
* BUILD: remove reference to non-existent util-linux-crypto
- * PRE_INSTALL: added, fixes bug #13926

2007-08-07 David Brown <dmlb2000 AT gmail.com>
* DETAILS: updated util-linux-ng to rc3
diff --git a/utils/util-linux/PRE_INSTALL b/utils/util-linux/PRE_INSTALL
index 5c93818..e40c9bc 100755
--- a/utils/util-linux/PRE_INSTALL
+++ b/utils/util-linux/PRE_INSTALL
@@ -1,6 +1,6 @@
# ensure that mount is available for staged install
local SVMNT &&
-SVMNT-$SOURCE_DIRECTORY/old.bin &&
+SVMNT=$SOURCE_DIRECTORY/old.bin &&
mkdir -p $SVMNT &&
cp /bin/mount /bin/umount $SVMNT &&
PATH=$PATH:$SVMNT &&



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e0d76db47e869a45ab9fea58af4e910e72075ff8), Treeve Jelbert, 08/08/2007

Archive powered by MHonArc 2.6.24.

Top of Page