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/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 &&