wok diff traceroute/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents 380ffe05937a
children cbc92cce4d38
line diff
     1.1 --- a/traceroute/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/traceroute/receipt	Thu Jan 11 13:05:26 2018 +0100
     1.3 @@ -7,20 +7,20 @@
     1.4  MAINTAINER="samuel_trassare@yahoo.com"
     1.5  LICENSE="GPL2"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WEB_SITE="http://sourceforge.net/projects/$PACKAGE"
     1.8 +WEB_SITE="http://traceroute.sourceforge.net/"
     1.9  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	make && make DESTDIR=$DESTDIR install
    1.15 +	make && make prefix=/usr DESTDIR=$DESTDIR install
    1.16  }
    1.17  
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr/bin
    1.22 -	cp $install/usr/local/bin/traceroute $fs/usr/bin
    1.23 +	cp $install/usr/bin/traceroute $fs/usr/bin
    1.24  }
    1.25  
    1.26  post_remove()