New commits:
commit b3ccb02832435504d8b0054b538d945efea14928
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>
if [[ "$SAMBA_VSCAN" == "y" ]] ; then
ORG_DIR=`pwd`
@@ -23,5 +23,3 @@ if [[ "$SAMBA_VSCAN" == "y" ]] ; then
make &&
cd $ORG_DIR
fi
-
-
diff --git a/net/samba/HISTORY b/net/samba/HISTORY
index e144837..7c5ca41 100644
--- a/net/samba/HISTORY
+++ b/net/samba/HISTORY
@@ -1,3 +1,6 @@
+2007-08-29 Ladislav Hagara <hgr AT vabo.cz>
+ * BUILD, INSTALL: added some && to fail properly [Bug 13967]
+
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 ..
diff --git a/net/samba/INSTALL b/net/samba/INSTALL
index 70c6a7c..ef20cac 100755
--- a/net/samba/INSTALL
+++ b/net/samba/INSTALL
@@ -55,18 +55,17 @@ if [[ "$SAMBA_SUID" = "y" ]]; then
chmod u+s ${INSTALL_ROOT}/sbin/mount.cifs \
${INSTALL_ROOT}/usr/sbin/umount.cifs
fi
-fi
+fi &&
# Setup the symlink for CUPS:
if spell_ok cups; then
if ! [ -e ${INSTALL_ROOT}/usr/lib/cups/backend/smb ]; then
ln -s ${INSTALL_ROOT}/usr/bin/smbspool
${INSTALL_ROOT}/usr/lib/cups/backend/smb
fi
-fi
+fi &&
if [[ $SAMBA_VSCAN == 'y' ]] ; then
cd $SOURCE_DIRECTORY/examples/VFS/$SPELL-vscan-$VSCAN_VERSION &&
make install &&
cd $SOURCE_DIRECTORY
fi
-
[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (b3ccb02832435504d8b0054b538d945efea14928),
Ladislav Hagara, 08/29/2007