summaryrefslogtreecommitdiff
path: root/development/quilt/quilt.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/quilt/quilt.SlackBuild')
-rw-r--r--development/quilt/quilt.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/development/quilt/quilt.SlackBuild b/development/quilt/quilt.SlackBuild
index da01f4bd43..e9170a3230 100644
--- a/development/quilt/quilt.SlackBuild
+++ b/development/quilt/quilt.SlackBuild
@@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=quilt
-VERSION=${VERSION:-0.63}
+VERSION=${VERSION:-0.64}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,9 +67,9 @@ cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CPPFLAGS="$SLKCFLAGS" \
@@ -86,7 +86,7 @@ make install BUILD_ROOT=$PKG docdir=/usr/doc/$PRGNAM-$VERSION
# Don't clobber the config file
mv $PKG/etc/quilt.quiltrc $PKG/etc/quilt.quiltrc.new
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -name "*.?" -exec gzip -9 {} \;