[Lunar-commits] <moonbase> mercurial: Fixed the build script for the absence of hgdiff
Terry Chan
tchan at lunar-linux.org
Wed Jul 14 02:13:11 CEST 2010
commit 0ba126d363ecf85a108b9d87338ef0df60bd2665
Author: Terry Chan <tchan at lunar-linux.org>
Date: Tue Jul 13 19:13:11 2010 -0500
mercurial: Fixed the build script for the absence of hgdiff
---
devel/mercurial/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/devel/mercurial/BUILD b/devel/mercurial/BUILD
index c737978..7e4698a 100644
--- a/devel/mercurial/BUILD
+++ b/devel/mercurial/BUILD
@@ -2,7 +2,7 @@
prepare_install &&
python setup.py install --force &&
- cp -p contrib/hgk contrib/hgdiff /usr/bin &&
+ cp -p contrib/hgk /usr/bin &&
gather_docs CONTRIBUTORS PKG-INFO hgweb*.cgi doc/*.html doc/*.txt &&
cd doc &&
install -m 644 hg.1 /usr/share/man/man1 &&
More information about the Lunar-commits
mailing list