diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-12 08:42:54 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-12 01:25:03 -0600 |
commit | 2d78ba30d13435430043881ae38e1d10c3784a27 (patch) | |
tree | 3be9af73211ef77e487e808799cf0ee5f15ec35c /network/arping/arping.SlackBuild | |
parent | f531f30ce38b50bd2a065e8b35cbec3437e72c7c (diff) | |
download | slackbuilds-2d78ba30d13435430043881ae38e1d10c3784a27.tar.gz |
network/arping: Updated for version 2.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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. |