From a1bfd0339cb3a6bcb42ac9821972ce34d59c5fb5 Mon Sep 17 00:00:00 2001 From: Jim Rees Date: Wed, 24 Mar 2004 22:53:19 +0000 Subject: [PATCH] openbsd-packaging-20040324 fix small typo --- src/packaging/OpenBSD/postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packaging/OpenBSD/postinstall b/src/packaging/OpenBSD/postinstall index 1419f90..bbaf929 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 -- 1.9.4