diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-07-01 16:06:21 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-07-01 16:06:21 +0000 |
commit | 29f2b5f2457207d67fdd2dc07411713b1266d8e5 (patch) | |
tree | 97cf9387a6b572c3e4448393e450229fb5a1f685 /net | |
parent | Add my coordinates. (diff) |
Create temporary dir for menu system if it doesn't exist
Notes
Notes:
svn path=/head/; revision=62279
Diffstat (limited to 'net')
-rw-r--r-- | net/samba-tng/scripts/configure.samba | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/samba-tng/scripts/configure.samba b/net/samba-tng/scripts/configure.samba index 78b9b996dcc9..584618e4088f 100644 --- a/net/samba-tng/scripts/configure.samba +++ b/net/samba-tng/scripts/configure.samba @@ -39,6 +39,7 @@ quota "With Quota support" OFF \ esac fi +${MKDIR} ${WRKDIRPREFIX}${REALCURDIR} echo "SCRIPT_RUN=yes" >${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc while [ "$1" ]; do |