/usr/share/games belong in "games dist"

This commit is contained in:
Poul-Henning Kamp 1994-11-20 01:19:33 +00:00
parent ff93920c50
commit 62b2140150
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4691

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.49 1994/11/18 01:05:05 phk Exp $
# $Id: Makefile,v 1.50 1994/11/20 01:01:28 phk Exp $
#
# Evil floppies are, of course, 1.2MB floppies.
@ -172,6 +172,9 @@ tarballs:
rm -rf ${RELEASEDIR}/manpages/usr/share/man
mv ${RELEASEDIR}/bindist/usr/share/man \
${RELEASEDIR}/manpages/usr/share/man
rm -rf ${RELEASEDIR}/games/usr/share/games
mv ${RELEASEDIR}/bindist/usr/share/games \
${RELEASEDIR}/games/usr/share/games
rm -rf ${RELEASEDIR}/dict/usr/share/dict
mv ${RELEASEDIR}/bindist/usr/share/dict \
${RELEASEDIR}/dict/usr/share/dict