From: Chris Hanson Date: Thu, 2 Feb 2006 03:06:47 +0000 (+0000) Subject: Always make zip file. X-Git-Tag: 20090517-FFI~1111 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6d08a6ed37a46273355ed52de879d1c196b0ea69;p=mit-scheme.git Always make zip file. --- diff --git a/v7/dist/make-src-files b/v7/dist/make-src-files index 13626c9a8..f0da3e531 100755 --- a/v7/dist/make-src-files +++ b/v7/dist/make-src-files @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: make-src-files,v 1.22 2006/02/02 02:49:56 cph Exp $ +# $Id: make-src-files,v 1.23 2006/02/02 03:06:47 cph Exp $ # # Copyright 2000,2001,2002,2003,2005,2006 Massachusetts Institute of Technology # @@ -91,11 +91,9 @@ tar cvzf "${tarfile}" "${PREFIX}" tar cvzf "${ucfile}" "${PREFIX}/src/COPYING" "${PREFIX}/src/microcode" chmod -w changelog.txt "${tarfile}" "${ucfile}" -if [ -z "${SNAPSHOT_P}" ]; then - rm -rf "${PREFIX}/src/lib" - symlinks -rd "${PREFIX}" - zip -rl "${zipfile}" "${PREFIX}" - chmod -w "${zipfile}" -fi +rm -rf "${PREFIX}/src/lib" +symlinks -rd "${PREFIX}" +zip -rl "${zipfile}" "${PREFIX}" +chmod -w "${zipfile}" rm -rf "${PREFIX}"