wok diff cookutils/receipt @ rev 16874

Up atk-dev (2.7.5)
author Yuri Pourre <yuripourre@gmail.com>
date Sun Jul 13 13:06:14 2014 -0300 (2014-07-13)
parents 4ec2a34f7527
children a238c68cf167
line diff
     1.1 --- a/cookutils/receipt	Fri Apr 25 14:17:46 2014 +0200
     1.2 +++ b/cookutils/receipt	Sun Jul 13 13:06:14 2014 -0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cookutils"
     1.7 -VERSION="3.4"
     1.8 +VERSION="3.4.1"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz packages builder new generation."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -17,7 +17,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	mkdir -p $DESTDIR/usr/bin $DESTDIR/etc/slitaz
    1.18  	make DESTDIR=$DESTDIR install
    1.19  }