wok diff gitmail/receipt @ rev 8792

Fix compile_rules() for gitmail
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Feb 22 23:44:49 2011 +0100 (2011-02-22)
parents 8b79c3ee7ac2
children 670cf2c7c125
line diff
     1.1 --- a/gitmail/receipt	Mon Mar 16 22:01:20 2009 +0000
     1.2 +++ b/gitmail/receipt	Tue Feb 22 23:44:49 2011 +0100
     1.3 @@ -14,7 +14,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd GhostInTheMail-$VERSION
     1.8 +	cd $src
     1.9  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make DESTDIR=$PWD/_pkg \