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:
Diffstat (limited to 'runtime/net_1_1/Makefile.am')
-rw-r--r--runtime/net_1_1/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/net_1_1/Makefile.am b/runtime/net_1_1/Makefile.am
index 3d85026eabd..e1a385ac994 100644
--- a/runtime/net_1_1/Makefile.am
+++ b/runtime/net_1_1/Makefile.am
@@ -94,9 +94,9 @@ all-local: $(gac_assemblies)
install-data-local:
@if test -n '$(gac_assemblies)'; then \
for i in ''$(gac_assemblies); do \
- echo "MONO_PATH=$(srcdir) $(mono_runtime) $(gacutil) -i $(srcdir)/$$i.dll /f /root $(DESTDIR)" ; \
+ echo "MONO_PATH=$(srcdir) $(mono_runtime) $(gacutil) -i $(srcdir)/$$i /f /root $(DESTDIR)$(libdir)" ; \
MONO_PATH=$(srcdir) \
- $(mono_runtime) $(gacutil) -i $(srcdir)/$$i /f /root $(DESTDIR) || exit 1 ; \
+ $(mono_runtime) $(gacutil) -i $(srcdir)/$$i /f /root $(DESTDIR)$(libdir) || exit 1 ; \
done; fi
uninstall-local: