summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-13 09:35:16 +0000
committerjkh <jkh@FreeBSD.org>1996-06-13 09:35:16 +0000
commit95e3e749fd69deea9c45113656367913d42fb8ed (patch)
tree4437b1af69e18b1d5fa15c214dc7b7b78a3963a0 /release/Makefile
parentc3370a24b5876d4aa0c3d9c15e9362e37088c204 (diff)
downloadFreeBSD-src-95e3e749fd69deea9c45113656367913d42fb8ed.zip
FreeBSD-src-95e3e749fd69deea9c45113656367913d42fb8ed.tar.gz
Ok, NOW the install.sh scripts are installed correctly!
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 4dfe6b2..0e60db0 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.222 1996/06/12 16:32:15 jkh Exp $
+# $Id: Makefile,v 1.223 1996/06/13 01:57:48 jkh Exp $
#
# How to roll a release:
#
@@ -291,7 +291,6 @@ 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 && \
echo "$${i} distribution is finished."; \
fi ; \
done
@@ -455,6 +454,9 @@ doTARBALL:
${ZIPNSPLIT} ${RD}/dists/${TD}/$$tn. && \
mkdir -p ${TD} && sh ${.CURDIR}/info.sh \
${RD}/dists/${TD}/$$tn > ${RD}/dists/${TD}/$$tn.inf && \
+ if [ -f ${.CURDIR}/scripts/$${TD}-install.sh ]; then \
+ cp -p ${.CURDIR}/scripts/$${TD}-install.sh ${RD}/dists/${TD}/install.sh; \
+ fi && \
if [ "${SD}" != "/usr/src" ]; then \
mtree -c -i -p ${SD}/${ARG} \
-k gname,md5digest,mode,nlink,uname,size,link,type \
OpenPOWER on IntegriCloud