Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (57a053ff814191c033387a09c75d69842ea38b53)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (57a053ff814191c033387a09c75d69842ea38b53)
  • Date: Tue, 18 Mar 2008 00:03:21 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

utils/coreutils/HISTORY | 3 ---
utils/coreutils/INSTALL | 2 +-
2 files changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 57a053ff814191c033387a09c75d69842ea38b53
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

Revert "coreutils: use persistent_add instead of export"

This reverts commit 3cfbe264f7bafaf4711547c979fb2197187b8c34.

diff --git a/utils/coreutils/HISTORY b/utils/coreutils/HISTORY
index 0c345a1..4323ff6 100644
--- a/utils/coreutils/HISTORY
+++ b/utils/coreutils/HISTORY
@@ -1,6 +1,3 @@
-2008-03-11 Ismael Luceno <ismael AT souremage.org>
- * INSTALL: use persistent_add instead of export
-
2008-02-03 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: removed linux-pam [Bug 14270]
* TRIGGERS: removed
diff --git a/utils/coreutils/INSTALL b/utils/coreutils/INSTALL
index 3630659..80b782d 100755
--- a/utils/coreutils/INSTALL
+++ b/utils/coreutils/INSTALL
@@ -1,6 +1,6 @@
# We need this directory in the path for the following utilities
# cut, dirname, tail, and uniq
-persistent_add PATH="$SOURCE_DIRECTORY/src:$PATH" &&
+export PATH="$SOURCE_DIRECTORY/src:$PATH" &&

#horrible hack, some of my best work ;-)
./src/ginstall src/ginstall \



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (57a053ff814191c033387a09c75d69842ea38b53), Elisamuel Resto, 03/18/2008

Archive powered by MHonArc 2.6.24.

Top of Page