summaryrefslogtreecommitdiffstats
path: root/source/k
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsource/k/kernel-headers.SlackBuild2
-rwxr-xr-xsource/k/kernel-source.SlackBuild8
-rwxr-xr-xsource/kde/kde.SlackBuild6
-rw-r--r--source/kde/pre-install/kdewebdev/tidy/tidy.SlackBuild22
-rwxr-xr-xsource/kdei/calligra-l10n/calligra-l10n.SlackBuild4
-rwxr-xr-xsource/kdei/kde-l10n/kde-l10n.SlackBuild6
6 files changed, 24 insertions, 24 deletions
diff --git a/source/k/kernel-headers.SlackBuild b/source/k/kernel-headers.SlackBuild
index f20034429..2721350a1 100755
--- a/source/k/kernel-headers.SlackBuild
+++ b/source/k/kernel-headers.SlackBuild
@@ -78,7 +78,7 @@ mkdir -p $PKG/usr
mv asm asm-${HEADERS_ARCH}
ln -sf asm-${HEADERS_ARCH} asm
# Remove unneeded dotfiles:
- find . -name ".??*" -exec rm -f {} \;
+ find . -name ".??*" -exec rm -f {} \+
)
mkdir -p $PKG/install
diff --git a/source/k/kernel-source.SlackBuild b/source/k/kernel-source.SlackBuild
index 5b0b953a0..866e94b7d 100755
--- a/source/k/kernel-source.SlackBuild
+++ b/source/k/kernel-source.SlackBuild
@@ -130,9 +130,9 @@ echo "Untarring $CWD/linux-${VERSION}.tar.?z in $PKG/usr/src..."
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 {} \+
) || exit 1
# Kernel is now ready to configure. We will also build this kernel so that
@@ -153,10 +153,10 @@ echo "Untarring $CWD/linux-${VERSION}.tar.?z in $PKG/usr/src..."
# Make sure header files aren't missing...
make prepare
# Don't package the kernel in the sources:
- find . -name "*Image" -exec rm "{}" \;
+ find . -name "*Image" -exec rm "{}" \+
# No need for these:
rm -f .config.old .version
- find . -name "*.cmd" -exec rm -f "{}" \;
+ find . -name "*.cmd" -exec rm -f "{}" \+
rm .*.d
# Still some dotfiles laying around... probably fine though
) || exit 1
diff --git a/source/kde/kde.SlackBuild b/source/kde/kde.SlackBuild
index 11c8f2bd9..06ae53d33 100755
--- a/source/kde/kde.SlackBuild
+++ b/source/kde/kde.SlackBuild
@@ -80,9 +80,9 @@ fix_perms() {
chown -R root:root $target_dir
find $target_dir \
\( -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 {} \+
}
strip_binaries() {
@@ -321,7 +321,7 @@ build_mod_pkg () {
fi
# Get rid of zero-length junk files:
- find $PKG/usr/doc/${PKGNAME}-$MODULAR_PACKAGE_VERSION -type f -size 0 -exec rm --verbose "{}" \;
+ find $PKG/usr/doc/${PKGNAME}-$MODULAR_PACKAGE_VERSION -type f -size 0 -exec rm --verbose "{}" \+
rmdir --verbose $PKG/usr/doc/${PKGNAME}-$MODULAR_PACKAGE_VERSION 2> /dev/null
# Strip binaries:
diff --git a/source/kde/pre-install/kdewebdev/tidy/tidy.SlackBuild b/source/kde/pre-install/kdewebdev/tidy/tidy.SlackBuild
index 399cc1f84..0eb4e47f9 100644
--- a/source/kde/pre-install/kdewebdev/tidy/tidy.SlackBuild
+++ b/source/kde/pre-install/kdewebdev/tidy/tidy.SlackBuild
@@ -60,17 +60,17 @@ cd ${PKGNAM}
# Make sure ownerships and permissions are sane:
chown -R root:root .
-find . -perm 666 -exec chmod 644 {} \;
-find . -perm 664 -exec chmod 644 {} \;
-find . -perm 600 -exec chmod 644 {} \;
-find . -perm 444 -exec chmod 644 {} \;
-find . -perm 400 -exec chmod 644 {} \;
-find . -perm 440 -exec chmod 644 {} \;
-find . -perm 777 -exec chmod 755 {} \;
-find . -perm 775 -exec chmod 755 {} \;
-find . -perm 511 -exec chmod 755 {} \;
-find . -perm 711 -exec chmod 755 {} \;
-find . -perm 555 -exec chmod 755 {} \;
+find . -perm 666 -exec chmod 644 {} \+
+find . -perm 664 -exec chmod 644 {} \+
+find . -perm 600 -exec chmod 644 {} \+
+find . -perm 444 -exec chmod 644 {} \+
+find . -perm 400 -exec chmod 644 {} \+
+find . -perm 440 -exec chmod 644 {} \+
+find . -perm 777 -exec chmod 755 {} \+
+find . -perm 775 -exec chmod 755 {} \+
+find . -perm 511 -exec chmod 755 {} \+
+find . -perm 711 -exec chmod 755 {} \+
+find . -perm 555 -exec chmod 755 {} \+
# Prepare autoconf:
sh build/gnuauto/setup.sh
diff --git a/source/kdei/calligra-l10n/calligra-l10n.SlackBuild b/source/kdei/calligra-l10n/calligra-l10n.SlackBuild
index 3ddba9469..22810b7b5 100755
--- a/source/kdei/calligra-l10n/calligra-l10n.SlackBuild
+++ b/source/kdei/calligra-l10n/calligra-l10n.SlackBuild
@@ -75,9 +75,9 @@ cd $PKGNAM-$VERSION || exit 1
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 {} \+
mkdir -p build
cd build
cmake \
diff --git a/source/kdei/kde-l10n/kde-l10n.SlackBuild b/source/kdei/kde-l10n/kde-l10n.SlackBuild
index 5da71233c..dda420582 100755
--- a/source/kdei/kde-l10n/kde-l10n.SlackBuild
+++ b/source/kdei/kde-l10n/kde-l10n.SlackBuild
@@ -104,9 +104,9 @@ insert_kdepim;
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 {} \+
mkdir -p build
( cd build
cmake \
@@ -126,7 +126,7 @@ mkdir -p build
)
if [ -d $PKG/usr/man ]; then
( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
+ find . -type f -exec gzip -9 {} \+
)
fi
mkdir -p $PKG/install