Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (dd987f0ac7d272a50b8fed9eda297b3d2ae6707d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (dd987f0ac7d272a50b8fed9eda297b3d2ae6707d)
  • Date: Sun, 26 Aug 2007 23:56:50 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

net/samba/BUILD | 2 +-
net/samba/HISTORY | 4 ++++
net/samba/INSTALL | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit dd987f0ac7d272a50b8fed9eda297b3d2ae6707d
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

removed across BUILD/INSTALL push and pop directory operations. sorcery
guarantee's the pwd across build/install but not the directory stack hasn't
been this way for a long time.

diff --git a/net/samba/BUILD b/net/samba/BUILD
index 44f68ea..4f860b7 100755
--- a/net/samba/BUILD
+++ b/net/samba/BUILD
@@ -7,7 +7,7 @@ OPTS="--with-swatdir=/usr/share/swat \
$SAMBA_QUOTA \
$OPTS" &&

-pushd source &&
+cd source &&
make_single &&
default_build &&

diff --git a/net/samba/HISTORY b/net/samba/HISTORY
index 55ca965..e144837 100644
--- a/net/samba/HISTORY
+++ b/net/samba/HISTORY
@@ -1,3 +1,7 @@
+2007-08-26 David Brown <dmlb2000 AT gmail.com>
+ * BUILD: removed pushd for cd doesn't work in devel sorcery
+ * INSTALL: removed popd for cd ..
+
2007-08-21 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated spell to 3.0.25c
Removed non-working SOURCE_URL[1] & SOURCE_URL[2]
diff --git a/net/samba/INSTALL b/net/samba/INSTALL
index f30ac4b..70c6a7c 100755
--- a/net/samba/INSTALL
+++ b/net/samba/INSTALL
@@ -6,7 +6,7 @@ if [[ "$SAMBA_CIFS" == "y" ]]; then
$INSTALL_ROOT/sbin/mount.cifs
fi &&

-popd &&
+cd .. &&

mkdir -p $INSTALL_ROOT/usr/share/samba/codepages &&
mkdir -p $INSTALL_ROOT/var/{spool,cache,log}/samba &&



  • [SM-Commit] GIT changes to master grimoire by David Brown (dd987f0ac7d272a50b8fed9eda297b3d2ae6707d), David Brown, 08/27/2007

Archive powered by MHonArc 2.6.24.

Top of Page