diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-13 01:57:48 +0000 | 
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-13 01:57:48 +0000 | 
| commit | 3da8e961d44cce95725c373075be25a344b8953f (patch) | |
| tree | 4e815771a2bdc3b77602631c224c410365492a51 | |
| parent | 671e66d2e03229cccfb228a6731c1da5a3869137 (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/release/Makefile b/release/Makefile index 920ce4d9b5c4..4dfe6b2026a4 100644 --- a/release/Makefile +++ b/release/Makefile @@ -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 | 
