From 4b21767b151a14bfdd8a923c8c15996172713d9b Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 3 Jul 2012 10:12:38 +0000 Subject: [PATCH] Fix an error with the current working directory Without that fix, the examples/ and include/ were not extracted to the right directory. --- Maintenance/public_release/scripts/prepare_release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maintenance/public_release/scripts/prepare_release b/Maintenance/public_release/scripts/prepare_release index 18b2c46ddcb..7c997025200 100755 --- a/Maintenance/public_release/scripts/prepare_release +++ b/Maintenance/public_release/scripts/prepare_release @@ -58,10 +58,10 @@ pushd "$DEST_DIR/doc_html" zip -r ../cgal_manual.zip cgal_manual popd +pushd "$DEST_DIR printf "Untar examples/ and include/ for rsync to the server\n" tar xf "$DEST_DIR/${PUBLIC_RELEASE_NAME}.tar.gz" --strip-components 1 "${PUBLIC_RELEASE_NAME}"/examples "${PUBLIC_RELEASE_NAME}"/include -C "$DEST_DIR" -pushd "${DEST_DIR}" printf "Compute md5sum.txt..." md5sum *.^txt > md5sum.txt popd