From 3406e7cd014d16de312148e1954540c41ab430a7 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Fri, 9 Sep 1994 12:15:49 +0000 Subject: 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 10cb8c7..7938233 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 -- cgit v1.1