summaryrefslogtreecommitdiffstats
path: root/source/n/tcpdump/tcpdump.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/tcpdump/tcpdump.SlackBuild')
-rwxr-xr-xsource/n/tcpdump/tcpdump.SlackBuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/n/tcpdump/tcpdump.SlackBuild b/source/n/tcpdump/tcpdump.SlackBuild
index 1ff4795f3..2462d4165 100755
--- a/source/n/tcpdump/tcpdump.SlackBuild
+++ b/source/n/tcpdump/tcpdump.SlackBuild
@@ -51,6 +51,10 @@ mkdir -p $TMP $PKG
cd $TMP
rm -rf tcpdump-$VERSION
+
+# To (try to) avoid weird errors, take an axe to this:
+rm -rf $TMP/libpcap-?.?.?
+
tar xvf $CWD/tcpdump-$VERSION.tar.gz || exit 1
cd tcpdump-$VERSION || exit 1
find . -type d -name CVS -depth -exec rm -rf {} \;