svn commit: samba r10676 - branches/SAMBA_3_0/source/script trunk/source/script

jerry at samba.org jerry at samba.org
Sat Oct 1 19:41:30 GMT 2005


Author: jerry
Date: 2005-10-01 19:41:29 +0000 (Sat, 01 Oct 2005)
New Revision: 10676

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

Log:
reverting bad merge for install manpages script
Modified:
   branches/SAMBA_3_0/source/script/installman.sh
   trunk/source/script/installman.sh


Changeset:
Modified: branches/SAMBA_3_0/source/script/installman.sh
===================================================================
--- branches/SAMBA_3_0/source/script/installman.sh	2005-10-01 16:36:04 UTC (rev 10675)
+++ branches/SAMBA_3_0/source/script/installman.sh	2005-10-01 19:41:29 UTC (rev 10676)
@@ -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: trunk/source/script/installman.sh
===================================================================
--- trunk/source/script/installman.sh	2005-10-01 16:36:04 UTC (rev 10675)
+++ trunk/source/script/installman.sh	2005-10-01 19:41:29 UTC (rev 10676)
@@ -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