From 710dbc8bf01ec821415d1903920088c47751f06b Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 10 Sep 2006 01:41:25 +0000 Subject: [PATCH] Delete random "autom4te.cache" directories from source tarball. --- v7/dist/make-src-files | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/dist/make-src-files b/v7/dist/make-src-files index afbc30a66..4083653e9 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.24 2006/04/14 18:33:51 cph Exp $ +# $Id: make-src-files,v 1.25 2006/09/10 01:41:25 cph Exp $ # # Copyright 2000,2001,2002,2003,2005,2006 Massachusetts Institute of Technology # @@ -73,6 +73,7 @@ fi ${CVS} export "${TAG_FLAG}" "${TAG}" -d etc mit-scheme/etc/xscheme.el ) +find "${PREFIX}" -type d -name autom4te.cache | xargs rm -rf find "${PREFIX}" -type f -print | xargs chmod g-w find "${PREFIX}" -type d -print | xargs chmod g-w -- 2.25.1