]> git.pld-linux.org Git - packages/dotnet-dbus-sharp-glib.git/blob - dotnet-dbus-sharp-glib-monodir.patch
- enhanced monodir patch to cover .pc file adjustment; release 2
[packages/dotnet-dbus-sharp-glib.git] / dotnet-dbus-sharp-glib-monodir.patch
1 --- dbus-sharp-glib-0.5.0/src/Makefile.am~      2010-09-14 11:25:18.000000000 +0200
2 +++ dbus-sharp-glib-0.5.0/src/Makefile.am       2011-02-21 16:36:20.730869721 +0100
3 @@ -18,8 +18,8 @@
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 $(PACKAGE)-$(API_VERSION) /f /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1; \
9 +          echo "$(GACUTIL) /i $(TARGET) /f /gacdir $(DESTDIR)$(prefix)/lib";    \
10 +          $(GACUTIL) /i $(TARGET) /package $(PACKAGE)-$(API_VERSION) /f /gacdir $(libdir) /root $(DESTDIR)$(prefix)/lib || exit 1; \
11          fi
12  
13  uninstall-local:
This page took 0.063559 seconds and 3 git commands to generate.