wok diff slitaz-tools/receipt @ rev 14741

nagios-doc has moved to http://go.nagios.com/nagioscore/docs/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 14 08:43:56 2013 +0200 (2013-06-14)
parents 8a3d7e2b6adb
children 727f65a6191b
line diff
     1.1 --- a/slitaz-tools/receipt	Thu Jan 03 15:23:18 2013 +0100
     1.2 +++ b/slitaz-tools/receipt	Fri Jun 14 08:43:56 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-tools"
     1.7 -VERSION="5.2"
     1.8 +VERSION="5.3"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="SliTaz tools provide installer and utils usable on termnial."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -32,10 +32,6 @@
    1.13  compile_rules()
    1.14  {
    1.15      cd $src
    1.16 -    # Fix for 5.1/5.2
    1.17 -    sed -i s'/sv//' Makefile
    1.18 -    # Fix for 5.2
    1.19 -    sed -i 's/        install/	install/' Makefile
    1.20      make && make DESTDIR=$DESTDIR install
    1.21  }
    1.22