]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
openbsd-packaging-20040324
authorJim Rees <rees@umich.edu>
Wed, 24 Mar 2004 22:53:19 +0000 (22:53 +0000)
committerJim Rees <rees@umich.edu>
Wed, 24 Mar 2004 22:53:19 +0000 (22:53 +0000)
fix small typo

src/packaging/OpenBSD/postinstall

index 1419f9080b75e5e7b157d963cfb96c88e2a333e7..bbaf929a9a4fbd35c13be75e3caebeebd2454881 100644 (file)
@@ -1,7 +1,7 @@
 # $Id$
 
 umask 022
-if [ ! -d mkdir /afs ]; then
+if [ ! -d /afs ]; then
   mkdir /afs
 fi