From d84fccba2cb4665f860f66e952c451fc096de412 Mon Sep 17 00:00:00 2001 From: Mario Preksavec Date: Wed, 4 Feb 2015 15:28:31 +0100 Subject: network/oidentd: Maintainer info update + minor fixes --- network/oidentd/oidentd.SlackBuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'network/oidentd/oidentd.SlackBuild') diff --git a/network/oidentd/oidentd.SlackBuild b/network/oidentd/oidentd.SlackBuild index d5d0114ba7..7a4c63056e 100644 --- a/network/oidentd/oidentd.SlackBuild +++ b/network/oidentd/oidentd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for oidentd -# Copyright 2012, mario +# Copyright 2012, 2015 Mario Preksavec, Zagreb, HR # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -64,10 +64,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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -- cgit v1.2.3