head	1.3;
access;
symbols
	rpm-4_0_4-release:1.1.1.2
	jbj-before-beecrypt:1.1.1.2
	rpm-4_0:1.1.1.2.0.2
	postmerge-beecrypt-2_2_0pre:1.1.1.2
	premerge-beecrypt-2_2_0pre:1.1.1.2
	beecrypt-2_2_0pre:1.1.1.2
	pre-beecrypt-2_2_0pre:1.1.1.1
	jbj_anotated:1.1.1.1
	postmerge-beecrypt-2_1_0:1.1.1.1
	premerge-beecrypt-2_1_0:1.1.1.1
	beecrypt-2_1_0:1.1.1.1
	beecrypt:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2002.06.15.18.58.33;	author jbj;	state dead;
branches;
next	1.2;

1.2
date	2002.02.10.21.13.53;	author jbj;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.18.19.24.36;	author jbj;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.09.18.19.24.36;	author jbj;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2001.10.08.13.31.57;	author jbj;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove all generated files from CVS.
@
text
@#! /bin/sh
# mkinstalldirs --- make directory hierarchy
# Author: Noah Friedman <friedman@@prep.ai.mit.edu>
# Created: 1993-05-16
# Public domain

# $Id: mkinstalldirs,v 1.2 2002/02/10 21:13:53 jbj Exp $

errstatus=0

for file
do
   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
   shift

   pathcomp=
   for d
   do
     pathcomp="$pathcomp$d"
     case "$pathcomp" in
       -* ) pathcomp=./$pathcomp ;;
     esac

     if test ! -d "$pathcomp"; then
        echo "mkdir $pathcomp"

        mkdir "$pathcomp" || lasterr=$?

        if test ! -d "$pathcomp"; then
  	  errstatus=$lasterr
        fi
     fi

     pathcomp="$pathcomp/"
   done
done

exit $errstatus

# mkinstalldirs ends here
@


1.2
log
@- make peace with automake et al in 8.0, ugh.
@
text
@d7 1
a7 1
# $Id: mkinstalldirs,v 1.13 1999/01/05 03:18:55 bje Exp $
@


1.1
log
@Initial revision
@
text
@d7 1
a7 1
# Id: mkinstalldirs,v 1.1 2001/03/21 10:50:16 bob Exp 
@


1.1.1.1
log
@track: auto import
http://prdownloads.sourceforge.net/beecrypt/beecrypt-2.1.0.tar.gz
@
text
@@


1.1.1.2
log
@track: auto import
@
text
@d7 1
a7 1
# Id: mkinstalldirs,v 1.4 2001/10/08 13:01:01 upuaut Exp 
@

