From 6d08a6ed37a46273355ed52de879d1c196b0ea69 Mon Sep 17 00:00:00 2001
From: Chris Hanson <org/chris-hanson/cph>
Date: Thu, 2 Feb 2006 03:06:47 +0000
Subject: [PATCH] Always make zip file.

---
 v7/dist/make-src-files | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

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}"
-- 
2.25.1