svn commit: samba r8388 - in branches: SAMBA_3_0/source/script SAMBA_3_0_RELEASE/source/script

jerry at samba.org jerry at samba.org
Tue Jul 12 17:23:20 GMT 2005


Author: jerry
Date: 2005-07-12 17:23:19 +0000 (Tue, 12 Jul 2005)
New Revision: 8388

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8388

Log:
fix typo in installman script
Modified:
   branches/SAMBA_3_0/source/script/installman.sh
   branches/SAMBA_3_0_RELEASE/source/script/installman.sh


Changeset:
Modified: branches/SAMBA_3_0/source/script/installman.sh
===================================================================
--- branches/SAMBA_3_0/source/script/installman.sh	2005-07-12 16:37:39 UTC (rev 8387)
+++ branches/SAMBA_3_0/source/script/installman.sh	2005-07-12 17:23:19 UTC (rev 8388)
@@ -13,7 +13,7 @@
   GROFF=$4                    # sh cmd line, including options 
 fi
 
-if test ! -d docs/manpages; then
+if test ! -d ../docs/manpages; then
 	echo "No manpages present.  SVN development version maybe?"
 	exit 0
 fi

Modified: branches/SAMBA_3_0_RELEASE/source/script/installman.sh
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/script/installman.sh	2005-07-12 16:37:39 UTC (rev 8387)
+++ branches/SAMBA_3_0_RELEASE/source/script/installman.sh	2005-07-12 17:23:19 UTC (rev 8388)
@@ -13,7 +13,7 @@
   GROFF=$4                    # sh cmd line, including options 
 fi
 
-if test ! -d docs/manpages; then
+if test ! -d ../docs/manpages; then
 	echo "No manpages present.  SVN development version maybe?"
 	exit 0
 fi



More information about the samba-cvs mailing list