summaryrefslogtreecommitdiffstats
path: root/mail/evolution-sharp/files/patch-evolution::Makefile.in
blob: 6152596334af2f2c7233a87335441c6e1b0bdded (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- evolution/Makefile.in.orig  Thu Mar  3 00:28:29 2005
+++ evolution/Makefile.in   Thu Mar  3 00:44:28 2005
@@ -364,14 +364,14 @@
 
 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:
    @if test -n '$(TARGET)'; then                                   \
-     echo "$(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib";      \
-     $(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib || exit 1;   \
+     echo "$(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE) /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(prefix)/lib";      \
+     $(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE) /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(prefix)/lib || exit 1;   \
    fi
 
 evolution-sharp.pub: $(top_srcdir)/evolution-sharp.pub