wok diff traceroute/receipt @ rev 18513

Separate lib from libboost-dev to libbost-chrono
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 25 00:07:51 2015 +0300 (2015-10-25)
parents 380ffe05937a
children cbc92cce4d38
line diff
     1.1 --- a/traceroute/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/traceroute/receipt	Sun Oct 25 00:07:51 2015 +0300
     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()