From 13ecf79da1a026af9504ef65eb9bd9be5e64431a Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 16 Jul 2002 09:53:12 +0000 Subject: [PATCH] r2217: Autocommitting for 3.5.7 --- debian/make-upstream.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/make-upstream.sh b/debian/make-upstream.sh index 8728d01..8cc5531 100755 --- a/debian/make-upstream.sh +++ b/debian/make-upstream.sh @@ -33,12 +33,12 @@ if [ -f ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz ]; then fi -# echo "Making documentation" +echo "Making documentation" cd ${WORK_DIR}/doc make -# Prepare for archive -cd ${WORK_DIR} +echo "Copying archive" +cd ${WORK_HOME} rm -f ${PKG}_${VERSION}.tar.gz ${DEBPKG}_${VERSION}.orig.tar.gz rm -rf ${DISTDIR} ${DEBDIR} ${DISTDIR}.zip cp -a ${WORK_DIR} ${DISTDIR} -- 2.34.1