diff options
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/. |