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.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/l/libpcap/libpcap.SlackBuild b/source/l/libpcap/libpcap.SlackBuild
index c7739c9df..f8814e406 100755
--- a/source/l/libpcap/libpcap.SlackBuild
+++ b/source/l/libpcap/libpcap.SlackBuild
@@ -63,13 +63,13 @@ rm -rf libpcap-$VERSION
tar xvf $CWD/libpcap-$VERSION.tar.gz || exit 1
cd libpcap-$VERSION || exit 1
-find . -type d -name CVS -depth -exec rm -rf {} \;
+find . -type d -name CVS -depth -exec rm -rf {} \+
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
+ -exec chmod 755 {} \+ -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ -exec chmod 644 {} \+
CFLAGS="$(getconf LFS_CFLAGS)" \
./configure \