mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Correct a small typo in the Makefile.
This commit is contained in:
parent
671e66d2e0
commit
3da8e961d4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16340
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.221 1996/06/11 05:06:29 jkh Exp $
|
||||
# $Id: Makefile,v 1.222 1996/06/12 16:32:15 jkh Exp $
|
||||
#
|
||||
# How to roll a release:
|
||||
#
|
||||
@ -291,7 +291,7 @@ release.6:
|
||||
cd ${.CURDIR} && $(MAKE) doTARBALL \
|
||||
SD=${RD}/trees/$${i} \
|
||||
TN=$$i TD=$$i ARG="." && \
|
||||
cp -p scripts/${i}-install.sh ${RD}/dists/install.sh && \
|
||||
cp -p scripts/$${i}-install.sh ${RD}/dists/install.sh && \
|
||||
echo "$${i} distribution is finished."; \
|
||||
fi ; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user