/var/games -> games dist.

This commit is contained in:
Poul-Henning Kamp 1995-02-11 05:35:37 +00:00
parent d80a026702
commit 7c89a442ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6310

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.105 1995/02/10 05:51:01 jkh Exp $
# $Id: Makefile,v 1.106 1995/02/10 06:04:58 phk Exp $
#
FLOPPY= fd0
@ -222,6 +222,9 @@ beforetarballs:
rm -rf ${RELEASEDIR}/games/usr/games
mv ${RELEASEDIR}/bin/usr/games \
${RELEASEDIR}/games/usr/games
rm -rf ${RELEASEDIR}/games/var/games
mv ${RELEASEDIR}/bin/var/games \
${RELEASEDIR}/games/var/games
rm -rf ${RELEASEDIR}/games/usr/share/games
mv ${RELEASEDIR}/bin/usr/share/games \
${RELEASEDIR}/games/usr/share/games