diff --git a/release/Makefile b/release/Makefile index ec01209c387..5bc12f71ddd 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 && \