diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-07-02 00:06:21 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-07-02 00:06:21 +0800 |
commit | 96595c2890ff0a07bb8148727c99361ab7e96d30 (patch) | |
tree | 344c9e4a306968b23b49afc752e3671bbde92ca3 | |
parent | 88d87469c61fa79a8c0f07c9cf2177a641977d5b (diff) | |
download | freebsd-ports-gnome-96595c2890ff0a07bb8148727c99361ab7e96d30.tar.gz freebsd-ports-gnome-96595c2890ff0a07bb8148727c99361ab7e96d30.tar.zst freebsd-ports-gnome-96595c2890ff0a07bb8148727c99361ab7e96d30.zip |
Create temporary dir for menu system if it doesn't exist
-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 |