wok-next diff mercurial/receipt @ rev 5982
nut: fix genpkg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 13 21:34:30 2010 +0200 (2010-08-13) |
parents | bddca9cd4c25 |
children | 4d15994ef7bd |
line diff
1.1 --- a/mercurial/receipt Sat May 08 00:20:05 2010 +0000 1.2 +++ b/mercurial/receipt Fri Aug 13 21:34:30 2010 +0200 1.3 @@ -10,6 +10,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://mercurial.selenic.com/" 1.6 WGET_URL="http://www.selenic.com/mercurial/release/$TARBALL" 1.7 +CONFIG_FILES="/etc/mercurial/hgweb.config" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules()