Skip to Content.
Sympa Menu

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

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 (5af70b23ab9edbefea8115d1cad8f511755addf9)
  • Date: Mon, 10 Nov 2008 18:07:43 -0600

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

utils/linux32/HISTORY | 6 ++++++
utils/linux32/INSTALL | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 5af70b23ab9edbefea8115d1cad8f511755addf9
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

linux32: Remove pre-existing files before copying

commit 71701dacf828e9a1ba5b1bdbab19209958e29542
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

linux32: Overwrite an existing linux64 symlink

diff --git a/utils/linux32/HISTORY b/utils/linux32/HISTORY
index 6fd898d..517ada4 100644
--- a/utils/linux32/HISTORY
+++ b/utils/linux32/HISTORY
@@ -1,3 +1,9 @@
+2008-11-10 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Overwrite an existing /usr/lib/linux64
+ util-linux also installs /usr/lib/linux{32,64}, but they do not work
+ as well as those provided by this package.
+ Remove pre-existing files before copying
+
2008-06-27 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Shorten SHORT
For now, copy SHORT to long description
diff --git a/utils/linux32/INSTALL b/utils/linux32/INSTALL
index f5fcdb5..5a35f2c 100755
--- a/utils/linux32/INSTALL
+++ b/utils/linux32/INSTALL
@@ -1,4 +1,4 @@
cd $SOURCE_DIRECTORY &&
-cp linux32 /usr/bin/. &&
-ln -s /usr/bin/linux32 /usr/bin/linux64
+cp --remove-destination linux32 /usr/bin/. &&
+ln -sf /usr/bin/linux32 /usr/bin/linux64





Archive powered by MHonArc 2.6.24.

Top of Page