Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWade Berrier <wade@mono-cvs.ximian.com>2006-08-24 00:31:52 +0400
committerWade Berrier <wade@mono-cvs.ximian.com>2006-08-24 00:31:52 +0400
commitb38317faf68016c5dfe60b6cdf0df838da5c9f71 (patch)
tree34e04685cdbf2bc1a8bedff789c934c378c183ae /man/gacutil.1
parent4bab6a01337f659a3dbbe73a6a4167900047cd76 (diff)
* gacutil.1 : Change automake usage example because we always use $(prefix)/lib
for the gac, even on 64 bit systems. svn path=/trunk/mono/; revision=64276
Diffstat (limited to 'man/gacutil.1')
-rw-r--r--man/gacutil.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/gacutil.1 b/man/gacutil.1
index 05d9ff2b1e2..a777387557d 100644
--- a/man/gacutil.1
+++ b/man/gacutil.1
@@ -43,7 +43,7 @@ developers can reference a set of libraries at once.
.Sp
The -root option is used to specify the "libdir" value of an installation
prefix which differs from the prefix of the system GAC.
-Typical automake usage is "-root $(DESTDIR)$(libdir)".
+Typical automake usage is "-root $(DESTDIR)$(prefix)/lib".
To access assemblies installed to a prefix other than the mono prefix,
it is necessary to set the MONO_GAC_PREFIX environment variable.
.Sp