From 11cbf2256ed039bab77906a00024dd3bb446f6ea Mon Sep 17 00:00:00 2001 From: "Ryan P.C. McQuen" Date: Tue, 7 Oct 2014 17:27:40 +0700 Subject: system/file-roller: New maintainer. Signed-off-by: Willy Sudiarto Raharjo --- system/file-roller/file-roller.SlackBuild | 12 +++++++----- system/file-roller/file-roller.info | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'system') diff --git a/system/file-roller/file-roller.SlackBuild b/system/file-roller/file-roller.SlackBuild index bff053518e..fec67df7d8 100644 --- a/system/file-roller/file-roller.SlackBuild +++ b/system/file-roller/file-roller.SlackBuild @@ -2,6 +2,8 @@ # Slackware build script for file-roller +# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com + # Copyright 2010 Binh Nguyen # All rights reserved. # @@ -64,10 +66,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* 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 \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -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 {} \; CFLAGS="$SLKCFLAGS" \ ./configure \ @@ -87,7 +89,7 @@ CFLAGS="$SLKCFLAGS" \ make V=1 make install DESTDIR=$PKG -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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/system/file-roller/file-roller.info b/system/file-roller/file-roller.info index bbb39164a2..78bbc50c79 100644 --- a/system/file-roller/file-roller.info +++ b/system/file-roller/file-roller.info @@ -6,5 +6,5 @@ MD5SUM="daee8374afe23a3c7d83ec42bb84da22" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Binh Nguyen" -EMAIL="binhvng@gmail.com" +MAINTAINER="Ryan P.C. McQuen" +EMAIL="ryan.q@linux.com" -- cgit v1.2.3