git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
819a0a4
)
openbsd-packaging-20040324
author
Jim Rees
<rees@umich.edu>
Wed, 24 Mar 2004 22:53:19 +0000 (22:53 +0000)
committer
Jim Rees
<rees@umich.edu>
Wed, 24 Mar 2004 22:53:19 +0000 (22:53 +0000)
fix small typo
src/packaging/OpenBSD/postinstall
patch
|
blob
|
history
diff --git
a/src/packaging/OpenBSD/postinstall
b/src/packaging/OpenBSD/postinstall
index
1419f90
..
bbaf929
100644
(file)
--- 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