diff options
Diffstat (limited to 'mail/evolution-sharp/files/patch-evolution::Makefile.in')
-rw-r--r-- | mail/evolution-sharp/files/patch-evolution::Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/evolution-sharp/files/patch-evolution::Makefile.in b/mail/evolution-sharp/files/patch-evolution::Makefile.in new file mode 100644 index 000000000..0ce012486 --- /dev/null +++ b/mail/evolution-sharp/files/patch-evolution::Makefile.in @@ -0,0 +1,13 @@ +--- 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)$(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 + + uninstall-local: |