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

Eric Sandall scm at sourcemage.org
Mon Nov 10 19:07:43 EST 2008


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
 



More information about the SM-Commit mailing list