From: Jim Rees Date: Wed, 24 Mar 2004 22:53:19 +0000 (+0000) Subject: openbsd-packaging-20040324 X-Git-Tag: openafs-devel-1_3_63~43 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a1bfd0339cb3a6bcb42ac9821972ce34d59c5fb5;p=packages%2Fo%2Fopenafs.git openbsd-packaging-20040324 fix small typo --- diff --git a/src/packaging/OpenBSD/postinstall b/src/packaging/OpenBSD/postinstall index 1419f9080..bbaf929a9 100644 --- a/src/packaging/OpenBSD/postinstall +++ b/src/packaging/OpenBSD/postinstall @@ -1,7 +1,7 @@ # $Id$ umask 022 -if [ ! -d mkdir /afs ]; then +if [ ! -d /afs ]; then mkdir /afs fi