From dc169dea9099bc499c5161f0aefac6e7730e86a5 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 11 Aug 2017 17:41:16 +0200 Subject: [PATCH 179/325] release/scripts/strip-freebsd.sh: Ditch share/doc Obtained from: ElectroBSD --- release/scripts/strip-freebsd.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release/scripts/strip-freebsd.sh b/release/scripts/strip-freebsd.sh index e5287317b07a..d74f5b4c2d24 100755 --- a/release/scripts/strip-freebsd.sh +++ b/release/scripts/strip-freebsd.sh @@ -148,6 +148,10 @@ get_directories_to_ditch() { # Deleting them prevents them from ending up in # the source tarball without license text. echo etc/sendmail + + # Remove the "4.4BSD legacy docs". The content isn't + # needed and the license terms aren't obvious. + echo share/doc } purify_cwd() { -- 2.32.0