wok-stable rev 5646
Fix: mercurial add CONFIG_FILES for smarter upgrade
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 29 11:51:06 2010 +0200 (2010-05-29) |
parents | 60366f6619cd |
children | b453ffcf59cd |
files | mercurial/receipt |
line diff
1.1 --- a/mercurial/receipt Fri May 28 23:38:40 2010 +0200 1.2 +++ b/mercurial/receipt Sat May 29 11:51:06 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()