wok-current 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 | 012847ddd0cb |
children | 7461a0c31d62 |
files | gitmail/receipt |
line diff
1.1 --- a/gitmail/receipt Tue Feb 22 23:08:32 2011 +0100 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 \