]> git.pld-linux.org Git - packages/mono.git/blame - mono-DESTDIR.patch
- whatever (in mono-find-* scripts)
[packages/mono.git] / mono-DESTDIR.patch
CommitLineData
4a93df00 1--- mono-0.7/runtime/Makefile.am~ Thu Dec 13 18:40:55 2001
2+++ mono-0.7/runtime/Makefile.am Thu Dec 13 18:40:55 2001
3@@ -9,7 +9,7 @@
4 assembliesdir = $(libdir)
5
6 install-data-hook:
7- -cp $(srcdir)/*.dll $(assembliesdir)
8+ -cp $(srcdir)/*.dll $(DESTDIR)$(assembliesdir)
9
10 dist-hook:
11 -cp $(srcdir)/*.dll $(distdir)
This page took 0.035266 seconds and 4 git commands to generate.