summaryrefslogtreecommitdiff
path: root/mail/evolution-sharp/files/patch-evolution::Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--mail/evolution-sharp/files/patch-evolution::Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/evolution-sharp/files/patch-evolution::Makefile.in b/mail/evolution-sharp/files/patch-evolution::Makefile.in
index 62ddce2c928b..0ce01248649e 100644
--- a/mail/evolution-sharp/files/patch-evolution::Makefile.in
+++ b/mail/evolution-sharp/files/patch-evolution::Makefile.in
@@ -1,11 +1,11 @@
---- evolution/Makefile.in.orig 2008-03-26 20:44:07.000000000 -0500
-+++ evolution/Makefile.in 2008-03-26 20:45:49.000000000 -0500
-@@ -463,8 +463,8 @@
+--- evolution/Makefile.in.orig 2008-09-09 01:50:18.000000000 -0500
++++ evolution/Makefile.in 2008-09-09 01:51:13.000000000 -0500
+@@ -467,8 +467,8 @@
install-data-local:
@if test -n '$(TARGET)'; then \
-- echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(libdir)"; \
-- $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(libdir) || exit 1; \
+- echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib"; \
+- $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib || exit 1; \
+ echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(prefix)/lib"; \
+ $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(prefix)/lib || exit 1; \
fi