SOURCES: dotnet-notify-sharp-monodir.patch - modify both paths
patrys
patrys at pld-linux.org
Fri Jan 30 10:07:20 CET 2009
Author: patrys Date: Fri Jan 30 09:07:20 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- modify both paths
---- Files affected:
SOURCES:
dotnet-notify-sharp-monodir.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/dotnet-notify-sharp-monodir.patch
diff -u SOURCES/dotnet-notify-sharp-monodir.patch:1.1 SOURCES/dotnet-notify-sharp-monodir.patch:1.2
--- SOURCES/dotnet-notify-sharp-monodir.patch:1.1 Fri Jan 30 10:00:05 2009
+++ SOURCES/dotnet-notify-sharp-monodir.patch Fri Jan 30 10:07:14 2009
@@ -7,7 +7,7 @@
- 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; \
++ $(GACUTIL) /i $(TARGET) /package $(ASSEMBLY) /f /gacdir $(prefix)/lib /root $(DESTDIR)$(prefix)/lib || exit 1; \
fi
uninstall-local:
@@ -15,7 +15,7 @@
- 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; \
++ $(GACUTIL) /u $(ASSEMBLY) /package $(ASSEMBLY) /gacdir $(prefix)/lib /root $(DESTDIR)$(prefix)/lib || exit 1; \
fi
EXTRA_DIST = \
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/dotnet-notify-sharp-monodir.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list