From 9d202c9446f5d0ccdb24f93ed7c13cfb8f565fcf Mon Sep 17 00:00:00 2001 From: "Ryan P.C. McQuen" Date: Wed, 16 Apr 2014 22:43:49 +0700 Subject: system/davfs2: New maintainer. Signed-off-by: Willy Sudiarto Raharjo --- system/davfs2/davfs2.SlackBuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'system/davfs2/davfs2.SlackBuild') diff --git a/system/davfs2/davfs2.SlackBuild b/system/davfs2/davfs2.SlackBuild index 43d71d3ad1..ff82e60f45 100644 --- a/system/davfs2/davfs2.SlackBuild +++ b/system/davfs2/davfs2.SlackBuild @@ -2,8 +2,9 @@ # Slackware build script for davfs2 -# Copyright (c) 2012 Chris Abela, Malta # Copyright (c) 2008, Justin H Haynes +# Copyright (c) 2012 Chris Abela, Malta +# Copyright 2014 Ryan P.C. McQuen, WA, ryan.q@linux.com # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -81,10 +82,10 @@ 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 -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 {} \; dav_user=$DAVFS2_USER \ dav_group=$DAVFS2_GROUP \ -- cgit v1.2.3