Touch is not recursive, let directory exist first.

This commit is contained in:
espie 2000-11-02 17:45:39 +00:00
parent 82f34a7ab5
commit 3fb163b0c0

View File

@ -1,4 +1,6 @@
@comment $OpenBSD: PLIST,v 1.3 2000/11/02 17:45:39 espie Exp $
bin/connect4
man/man6/connect4.6
@exec mkdir -p %D/lib/connect4
@exec touch %D/lib/connect4/scores && chmod 666 %D/lib/connect4/scores
@unexec echo "To remove this package completely, rm %D/lib/connect4/scores"