[PATCH 5 of 7] win32: use relative path to install source

Steve Borho steve at borho.org
Sat Dec 8 00:29:35 UTC 2007


# HG changeset patch
# User Steve Borho <steve at borho.org>
# Date 1197073156 21600
# Node ID 2bdb9a3d4551866eb1065b5df605416feb34dd08
# Parent  302039d6825d8a585d25f0417fb7f690fd17c788
win32: use relative path to install source

Remove hard-coded path to the source repo to be packaged.

diff --git a/contrib/win32/mercurial.iss b/contrib/win32/mercurial.iss
--- a/contrib/win32/mercurial.iss
+++ b/contrib/win32/mercurial.iss
@@ -16,7 +16,7 @@ AppContact=mercurial at selenic.com
 AppContact=mercurial at selenic.com
 OutputBaseFilename=Mercurial-snapshot
 DefaultDirName={pf}\Mercurial
-SourceDir=C:\hg\hg-release
+SourceDir=..\..
 VersionInfoDescription=Mercurial distributed SCM
 VersionInfoCopyright=Copyright 2005-2007 Matt Mackall and others
 VersionInfoCompany=Matt Mackall and others



More information about the Mercurial-devel mailing list