[otrs-cvs] CVS: otrs/scripts/auto_build docbuild.sh,1.3,1.4

cvs-log at otrs.org cvs-log at otrs.org
Tue Aug 22 19:52:28 CEST 2006


Update of /home/cvs/otrs/scripts/auto_build
In directory lancelot:/tmp/cvs-serv25622

Modified Files:
	docbuild.sh 
Log Message:
Added missing option for mkdir


Index: docbuild.sh
===================================================================
RCS file: /home/cvs/otrs/scripts/auto_build/docbuild.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** docbuild.sh	25 Oct 2005 18:51:35 -0000	1.3
--- docbuild.sh	22 Aug 2006 16:52:26 -0000	1.4
***************
*** 1,6 ****
  #!/bin/sh
  # --
! # scripts/auto_build/docbuild.sh - build automatically OTRS docu
! # Copyright (C) 2001-2005 Martin Edenhofer <martin+code at otrs.org>
  # --
  # $Id$
--- 1,6 ----
  #!/bin/sh
  # --
! # scripts/auto_build/docbuild.sh - Automated creation of the OTRS docu
! # Copyright (C) 2001-2006 Martin Edenhofer <martin+code at otrs.org>
  # --
  # $Id$
***************
*** 21,25 ****
  # --
  
! echo "docbuild.sh - build automatically OTRS docu <\$Revision$>"
  echo "Copyright (c) 2001-2005 Martin Edenhofer <martin at otrs.org>"
  
--- 21,25 ----
  # --
  
! echo "docbuild.sh - Automated creation of the OTRS docu <\$Revision$>"
  echo "Copyright (c) 2001-2005 Martin Edenhofer <martin at otrs.org>"
  
***************
*** 78,82 ****
  
      # build docu
!     mkdir $PACKAGE_BUILD_DIR/$Language/
      cd $PACKAGE_BUILD_DIR/$Language/
  
--- 78,82 ----
  
      # build docu
!     mkdir -p $PACKAGE_BUILD_DIR/$Language/
      cd $PACKAGE_BUILD_DIR/$Language/
  



More information about the cvs-log mailing list