]> git.pld-linux.org Git - packages/dotnet-dbus-sharp.git/blob - dbus-monodir.patch
- merged pc patch into monodir patch
[packages/dotnet-dbus-sharp.git] / dbus-monodir.patch
1 --- dbus-sharp-0.7.0/src/Makefile.am~   2010-09-15 12:16:28.000000000 +0200
2 +++ dbus-sharp-0.7.0/src/Makefile.am    2011-02-21 16:27:11.723100314 +0100
3 @@ -42,8 +42,8 @@
4  
5  install-data-local: $(TARGET)
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.08975 seconds and 3 git commands to generate.