]> git.pld-linux.org Git - packages/dotnet-evolution-sharp.git/blame - dotnet-evolution-sharp-monodir.patch
- fixed soname for libglibsharpglue and libedataserver
[packages/dotnet-evolution-sharp.git] / dotnet-evolution-sharp-monodir.patch
CommitLineData
00bc5500
JB
1--- evolution-sharp-0.10.2/evolution/Makefile.am.orig 2005-09-08 21:29:49.000000000 +0200
2+++ evolution-sharp-0.10.2/evolution/Makefile.am 2005-12-03 13:12:09.000000000 +0100
3@@ -67,14 +67,14 @@
4
5 install-data-local:
6 @if test -n '$(TARGET)'; then \
7- echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(libdir)"; \
8- $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(libdir) || exit 1; \
9+ echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib"; \
10+ $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib || exit 1; \
11 fi
12
13 uninstall-local:
14 @if test -n '$(TARGET)'; then \
15- echo "$(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE) /root $(DESTDIR)$(libdir)"; \
16- $(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE) /root $(DESTDIR)$(libdir) || exit 1; \
17+ echo "$(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib"; \
18+ $(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE) /root $(DESTDIR)$(prefix)/lib || exit 1; \
19 fi
20
21 evolution-sharp.pub: $(top_srcdir)/evolution-sharp.pub
This page took 0.065164 seconds and 4 git commands to generate.