aboutsummaryrefslogtreecommitdiff
path: root/net/analyzer/snort/snort.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'net/analyzer/snort/snort.SlackBuild')
-rwxr-xr-xnet/analyzer/snort/snort.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/analyzer/snort/snort.SlackBuild b/net/analyzer/snort/snort.SlackBuild
index ce0ab6ea..9fcafc0c 100755
--- a/net/analyzer/snort/snort.SlackBuild
+++ b/net/analyzer/snort/snort.SlackBuild
@@ -123,6 +123,8 @@ cd $TMP/package-$PACKAGE
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
+find usr/man -type f -exec gzip -9 {} \;
+
mkdir -p etc/snort
CFG="snort.conf reference.config threshold.conf classification.config gen-msg.map generators sid sid.new sid-msg.map unicode.map"