diff options
Diffstat (limited to 'network/arping/arping.SlackBuild')
-rw-r--r-- | network/arping/arping.SlackBuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/network/arping/arping.SlackBuild b/network/arping/arping.SlackBuild index 1021d6dda4..2f212d53a0 100644 --- a/network/arping/arping.SlackBuild +++ b/network/arping/arping.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=arping -VERSION=${VERSION:-2.09} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.13} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -63,11 +63,11 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -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 {} \; +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 {} \; # We are renameing the installed files arping2 to aviod conflicts with # Slackware's iputils arping so lets fix the manpages and scan script. |