wok diff slitaz-tools-boxes/receipt @ rev 13674

Up units (2.01)
author Paul Issott <paul@slitaz.org>
date Sun Nov 25 18:24:35 2012 +0000 (2012-11-25)
parents bb299a081d94
children 52531fea9784
line diff
     1.1 --- a/slitaz-tools-boxes/receipt	Wed May 02 16:12:14 2012 +0200
     1.2 +++ b/slitaz-tools-boxes/receipt	Sun Nov 25 18:24:35 2012 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-tools-boxes"
     1.7 -VERSION="5.0"
     1.8 +VERSION="5.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="All SliTaz GTKdialog boxes to command line tools."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,6 +16,8 @@
    1.13  compile_rules()
    1.14  {
    1.15      cd $src
    1.16 +    # Fix for 5.1
    1.17 +    sed -i s'/sv//' Makefile
    1.18      make && make DESTDIR=$DESTDIR install-boxes
    1.19  }
    1.20