From f18f24a6a2de335b18552ba984a2f40653bcb531 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 21 Aug 2017 19:05:13 +0200 Subject: [PATCH 183/325] strip-freebsd.sh: Add amd to the list of contrib directories to ditch Obtained from: ElectroBSD --- release/scripts/strip-freebsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/scripts/strip-freebsd.sh b/release/scripts/strip-freebsd.sh index d74f5b4c2d24..75b48141a6d9 100755 --- a/release/scripts/strip-freebsd.sh +++ b/release/scripts/strip-freebsd.sh @@ -94,7 +94,7 @@ get_unused_contrib_dirs() { # XXX: gcc can't be deleted because parts of it are apparently # required to build libc. This should be investigated more thoroughly, # hopefully it can be fixed. - echo "apr apr-util ipfilter ofed sendmail serf subversion tcsh" + echo "amd apr apr-util ipfilter ofed sendmail serf subversion tcsh" } # Only includes directory that aren't architecture-specific -- 2.32.0