diff options
author | SADA Kenji <sada@FreeBSD.org> | 2000-03-08 21:24:01 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2000-03-08 21:24:01 +0000 |
commit | 8c40db4c8e56b4f37d98973954c3b00dbf3f5762 (patch) | |
tree | 6060a89977e222cf37b8c2231838963e728fecc5 /news/leafnode+/files | |
parent | 4dae0e3ce1c288e4a1ed8c73438c6f299979bfb1 (diff) |
Build spool dirs when user install leafnode+ as a package.
PR: ports/17193
Submitted by: me
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=26673
Diffstat (limited to 'news/leafnode+/files')
-rw-r--r-- | news/leafnode+/files/INSTALL.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/leafnode+/files/INSTALL.in b/news/leafnode+/files/INSTALL.in index 0e2da2b4443c..dc5b702ffd3f 100644 --- a/news/leafnode+/files/INSTALL.in +++ b/news/leafnode+/files/INSTALL.in @@ -2,7 +2,7 @@ # $FreeBSD$ LIBDIR=@LIBDIR@ SPOOLDIR=@SPOOLDIR@ -if [ x$2 = xPOST-INSTALL -a x$LEAFNODE_SETUP_WRKDIRS != x ]; then +if [ x$2 = xPOST-INSTALL ]; then if [ ! -d $LIBDIR ]; then mkdir -p $LIBDIR chown -R news.news $LIBDIR/. |