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

Up: slitaz-tools (5.1) - Bunch of new stuff and fixes from the contributors community
author Christophe Lincoln <pankso@slitaz.org>
date Wed Nov 14 21:48:16 2012 +0100 (2012-11-14)
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	Wed Nov 14 21:48:16 2012 +0100
     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