]> git.pld-linux.org Git - packages/dotnet-notify-sharp.git/commitdiff
- always install to /prefix/lib
authorPatryk Zawadzki <patrys@room-303.com>
Fri, 30 Jan 2009 09:00:05 +0000 (09:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dotnet-notify-sharp-monodir.patch -> 1.1

dotnet-notify-sharp-monodir.patch [new file with mode: 0644]

diff --git a/dotnet-notify-sharp-monodir.patch b/dotnet-notify-sharp-monodir.patch
new file mode 100644 (file)
index 0000000..0449e2f
--- /dev/null
@@ -0,0 +1,21 @@
+--- notify-sharp-0.4.0/src/Makefile.am~        2007-06-11 19:45:45.000000000 +0200
++++ notify-sharp-0.4.0/src/Makefile.am 2009-01-30 09:57:10.494082466 +0100
+@@ -20,14 +20,14 @@
+ install-data-local:
+       @if test -n '$(TARGET)'; then                       \
+-          echo "$(GACUTIL) /i $(TARGET) /f /gacdir $(DESTDIR)$(libdir)";    \
+-          $(GACUTIL) /i $(TARGET) /package $(ASSEMBLY) /f /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1; \
++          echo "$(GACUTIL) /i $(TARGET) /f /gacdir $(DESTDIR)$(prefix)/lib";    \
++          $(GACUTIL) /i $(TARGET) /package $(ASSEMBLY) /f /gacdir $(libdir) /root $(DESTDIR)$(prefix)/lib || exit 1; \
+         fi
+ uninstall-local:
+       @if test -n '$(TARGET)'; then                       \
+-          echo "$(GACUTIL) /u $(ASSEMBLY) /gacdir $(DESTDIR)$(libdir)";  \
+-          $(GACUTIL) /u $(ASSEMBLY) /package $(ASSEMBLY) /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1;   \
++          echo "$(GACUTIL) /u $(ASSEMBLY) /gacdir $(DESTDIR)$(prefix)/lib";  \
++          $(GACUTIL) /u $(ASSEMBLY) /package $(ASSEMBLY) /gacdir $(libdir) /root $(DESTDIR)$(prefix)/lib || exit 1;   \
+         fi
+ EXTRA_DIST = \
This page took 0.084418 seconds and 4 git commands to generate.