From 4c0158a297d091f3f03fab8a0eb78e51273abce7 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Fri, 9 Sep 1994 12:15:49 +0000 Subject: [PATCH] revision 1.2 date: 1993/11/15 07:15:16; author: rgrimes; state: Exp; lines: +1 -0 From Andrew Moore Make /usr/share/dict/words a symbolic link to web2 [This is now NECESSARY for games/boggle as it uses /usr/share/dict/words as an input file] Reviewed by: rgrimes Submitted by: From 1.x, alm --- share/dict/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/share/dict/Makefile b/share/dict/Makefile index 10cb8c73490..79382337995 100644 --- a/share/dict/Makefile +++ b/share/dict/Makefile @@ -9,5 +9,6 @@ all clean cleandir depend lint tags: install: install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${DESTDIR}${BINDIR}/dict + (cd ${DESTDIR}${BINDIR}/dict; rm -f words; ln -s web2 words) .include