diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2019-10-26 18:19:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-26 18:51:56 +0700 |
commit | 79884bbd26a3ee06a7fb76f5420d5b7f9a6eca98 (patch) | |
tree | 29323081129720eb0d36013b501aadc96a27a276 /network/sfeed/sfeed.SlackBuild | |
parent | e3501eb195a1d2735875e459773aa178b26fc656 (diff) |
network/sfeed: Updated for version 0.9.14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sfeed/sfeed.SlackBuild')
-rw-r--r-- | network/sfeed/sfeed.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/network/sfeed/sfeed.SlackBuild b/network/sfeed/sfeed.SlackBuild index 9d7a367b7539d..6f3a6d9b6a591 100644 --- a/network/sfeed/sfeed.SlackBuild +++ b/network/sfeed/sfeed.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sfeed -VERSION=${VERSION:-0.9.13} +VERSION=${VERSION:-0.9.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,8 +63,7 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ +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 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; |