aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-11-08 19:09:45 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-11-08 19:09:45 +0000
commitac0a526843676dac8e33da9037247657b4e32af2 (patch)
treee02672a5304eab39d0db972dba8667251a57fb8e /release
parent68a9989171089238744e6bad5ac610feae8c4de7 (diff)
downloadsrc-ac0a526843676dac8e33da9037247657b4e32af2.tar.gz
src-ac0a526843676dac8e33da9037247657b4e32af2.zip
Notes
Diffstat (limited to 'release')
-rw-r--r--release/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index ec01209c387e..5bc12f71dddc 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.249 1996/11/03 14:39:18 joerg Exp $
+# $Id: Makefile,v 1.250 1996/11/07 14:50:28 joerg Exp $
#
# How to roll a release:
#
@@ -478,8 +478,8 @@ doTARBALL:
echo rolling ${TD}/$$tn tarball &&\
tar --exclude CVS --exclude obj -cf - ${ARG} | \
${ZIPNSPLIT} ${RD}/dists/${TD}/$$tn. && \
- mkdir -p ${TD} && sh ${.CURDIR}/info.sh \
- ${RD}/dists/${TD}/$$tn > ${RD}/dists/${TD}/$$tn.inf && \
+ 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 && \