From 80c4d58f1159b0e4027203469536287363bdffab Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Fri, 20 Jun 2003 08:08:55 +0000 Subject: =?UTF-8?q?don't=20strip=20/usr/lib/debug=20files=20(G=C3=B6tz=20W?= =?UTF-8?q?aschk)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- strip_files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strip_files') diff --git a/strip_files b/strip_files index e681923..743e426 100755 --- a/strip_files +++ b/strip_files @@ -16,7 +16,7 @@ use File::Find; # for use by File::Find. It'll fill the following 3 arrays with anything # it finds: my (@shared_libs, @executables, @static_libs); -my @exclude_files = split(' ',$ENV{EXCLUDE_FROM_STRIP}); +my @exclude_files = (split(' ',$ENV{EXCLUDE_FROM_STRIP}),"/usr/lib/debug"); sub testfile { -- cgit v1.2.1