summaryrefslogtreecommitdiffstats
path: root/source/l/libpcap/libpcap.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/libpcap/libpcap.SlackBuild')
-rwxr-xr-xsource/l/libpcap/libpcap.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/l/libpcap/libpcap.SlackBuild b/source/l/libpcap/libpcap.SlackBuild
index fd25d9e0c..16ffe9634 100755
--- a/source/l/libpcap/libpcap.SlackBuild
+++ b/source/l/libpcap/libpcap.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libpcap
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.gz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -93,7 +93,7 @@ rm -f $PKG/usr/lib${LIBDIRSUFFIX}/libpcap.a
mkdir -p $PKG/usr/doc/libpcap-$VERSION
cp -a \
- CHANGES CREDITS INSTALL.txt LICENSE README* TODO VERSION \
+ CHANGES* CREDITS* INSTALL* LICENSE* README* TODO* VERSION* \
$PKG/usr/doc/libpcap-$VERSION
find $PKG | xargs file | grep -e "executable" -e "shared object" \