]> git.pld-linux.org Git - packages/dotnet-notify-sharp.git/blob - dotnet-notify-sharp-monodir.patch
- added dbus patch (adjust for dbus-sharp 2.0 API); release 2
[packages/dotnet-notify-sharp.git] / dotnet-notify-sharp-monodir.patch
1 --- notify-sharp-0.4.0/src/Makefile.am~ 2007-06-11 19:45:45.000000000 +0200
2 +++ notify-sharp-0.4.0/src/Makefile.am  2009-01-30 09:57:10.494082466 +0100
3 @@ -20,14 +20,14 @@
4  
5  install-data-local:
6         @if test -n '$(TARGET)'; then                       \
7 -          echo "$(GACUTIL) /i $(TARGET) /f /gacdir $(DESTDIR)$(libdir)";    \
8 -          $(GACUTIL) /i $(TARGET) /package $(ASSEMBLY) /f /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1; \
9 +          echo "$(GACUTIL) /i $(TARGET) /f /gacdir $(DESTDIR)$(prefix)/lib";    \
10 +          $(GACUTIL) /i $(TARGET) /package $(ASSEMBLY) /f /gacdir $(prefix)/lib /root $(DESTDIR)$(prefix)/lib || exit 1; \
11          fi
12  
13  uninstall-local:
14         @if test -n '$(TARGET)'; then                       \
15 -          echo "$(GACUTIL) /u $(ASSEMBLY) /gacdir $(DESTDIR)$(libdir)";  \
16 -          $(GACUTIL) /u $(ASSEMBLY) /package $(ASSEMBLY) /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1;   \
17 +          echo "$(GACUTIL) /u $(ASSEMBLY) /gacdir $(DESTDIR)$(prefix)/lib";  \
18 +          $(GACUTIL) /u $(ASSEMBLY) /package $(ASSEMBLY) /gacdir $(prefix)/lib /root $(DESTDIR)$(prefix)/lib || exit 1;   \
19          fi
20  
21  EXTRA_DIST = \
This page took 0.107447 seconds and 3 git commands to generate.