Fix a copy and paste error. Make release should be operational again.

Reviewed by:	markm
This commit is contained in:
John Hay 2000-03-03 20:39:22 +00:00
parent f52756af73
commit 0de0036736
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57745

View File

@ -430,7 +430,7 @@ release.7:
if [ -d ${RD}/dists/crypto ] ; then ( cd ${RD}/dists/src && \
if [ -f ssecure.aa ] ; then mv ssecure.* ../crypto ; fi && \
if [ -f scrypto.aa ] ; then mv scrypto.* ../crypto ; fi && \
if [ -f skrb4.aa ] ; then mv skrb4.* ../crypto ; fi ; ) ; fi
if [ -f skrb4.aa ] ; then mv skrb4.* ../crypto ; fi && \
if [ -f skrb5.aa ] ; then mv skrb5.* ../crypto ; fi ; ) ; fi
@echo "src distribution is finished."
.endif