Author: lisu Date: Mon Feb 21 15:39:40 2011 GMT Module: packages Tag: HEAD ---- Log message: - fix install on 64 bits
---- Files affected: packages/dotnet-dbus-sharp-glib: dotnet-dbus-sharp-glib-monodir.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/dotnet-dbus-sharp-glib/dotnet-dbus-sharp-glib-monodir.patch diff -u /dev/null packages/dotnet-dbus-sharp-glib/dotnet-dbus-sharp-glib-monodir.patch:1.1 --- /dev/null Mon Feb 21 16:39:40 2011 +++ packages/dotnet-dbus-sharp-glib/dotnet-dbus-sharp-glib-monodir.patch Mon Feb 21 16:39:35 2011 @@ -0,0 +1,13 @@ +--- dbus-sharp-glib-0.5.0/src/Makefile.am~ 2010-09-14 11:25:18.000000000 +0200 ++++ dbus-sharp-glib-0.5.0/src/Makefile.am 2011-02-21 16:36:20.730869721 +0100 +@@ -18,8 +18,8 @@ + + install-data-local: + @if test -n '$(TARGET)'; then \ +- echo "$(GACUTIL) /i $(TARGET) /f /gacdir $(DESTDIR)$(libdir)"; \ +- $(GACUTIL) /i $(TARGET) /package $(PACKAGE)-$(API_VERSION) /f /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1; \ ++ echo "$(GACUTIL) /i $(TARGET) /f /gacdir $(DESTDIR)$(prefix)/lib"; \ ++ $(GACUTIL) /i $(TARGET) /package $(PACKAGE)-$(API_VERSION) /f /gacdir $(libdir) /root $(DESTDIR)$(prefix)/lib || exit 1; \ + fi + + uninstall-local: ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
