diff options
Diffstat (limited to 'network/pidgin-facebookchat/pidgin-facebookchat.SlackBuild')
-rw-r--r-- | network/pidgin-facebookchat/pidgin-facebookchat.SlackBuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/network/pidgin-facebookchat/pidgin-facebookchat.SlackBuild b/network/pidgin-facebookchat/pidgin-facebookchat.SlackBuild index 94a9f733c2..5979126705 100644 --- a/network/pidgin-facebookchat/pidgin-facebookchat.SlackBuild +++ b/network/pidgin-facebookchat/pidgin-facebookchat.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pidgin-facebookchat -VERSION=1.67 +VERSION=${VERSION:-1.69} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -50,7 +50,11 @@ mkdir $PRGNAM-$VERSION cd $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 chown -R root:root . -chmod -R u+w,go+r-w,a-s . +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 {} \; case "$ARCH" in x86_64) |