From c95c827d2b4886113f628fe5c7dca5c77da4b119 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 21 Aug 2017 19:05:13 +0200 Subject: [PATCH 168/310] 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.37.1