summaryrefslogtreecommitdiff
path: root/news/cnews
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-24 09:21:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-24 09:21:52 +0000
commit6db9c10ff1446fbf7f3becc8bb339700624fc3e6 (patch)
treee8c11d0466624f343f318a9d7b4c43dd3e7f800a /news/cnews
parent{WRKSRC} -> ${WRKSRC}. Conical hat goes to adam. :p (diff)
Add "-" in front of "ln -s" so that it won't be fatal if the link
already exists.
Notes
Notes: svn path=/head/; revision=1516
Diffstat (limited to 'news/cnews')
-rw-r--r--news/cnews/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile
index 7bc647cfa71e..b2baa1d9b6af 100644
--- a/news/cnews/Makefile
+++ b/news/cnews/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 September 1994
# Whom: adam
#
-# $Id: Makefile,v 1.8 1995/04/24 09:10:36 asami Exp $
+# $Id: Makefile,v 1.9 1995/04/24 09:15:30 asami Exp $
#
DISTNAME= cnews
@@ -24,7 +24,7 @@ do-install:
cp ${WRKSRC}/libdbz/dbz.h ${PREFIX}/include
cp ${WRKSRC}/libcnews.a ${PREFIX}/lib
mkdir -p ${NEWSSPOOL}
- ln -s ${NEWSSPOOL} /var/news
+ -ln -s ${NEWSSPOOL} /var/news
mkdir -p ${NEWSBIN} ${NEWSLIB}
chown news.news ${NEWSSPOOL} ${NEWSLIB}
chown bin.bin ${NEWSBIN}