]> git.pld-linux.org Git - packages/dbus.git/commitdiff
- fix destination directory of monodoc files
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Fri, 13 Aug 2004 10:08:55 +0000 (10:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dbus-monodoc-destdir.patch -> 1.1

dbus-monodoc-destdir.patch [new file with mode: 0644]

diff --git a/dbus-monodoc-destdir.patch b/dbus-monodoc-destdir.patch
new file mode 100644 (file)
index 0000000..90c76f2
--- /dev/null
@@ -0,0 +1,18 @@
+--- mono/doc/Makefile.am.orig  2004-07-06 17:15:59.000000000 +0200
++++ mono/doc/Makefile.am       2004-08-13 11:30:38.121819640 +0200
+@@ -1,11 +1,11 @@
+ if ENABLE_MONODOC
+ TARGETS = dbus-sharp-docs.zip dbus-sharp-docs.tree dbus-sharp-docs.source
+-DOCDIR = `$(MONODOC) --get-sourcesdir`
++DOCDIR = $(DESTDIR)`$(MONODOC) --get-sourcesdir`
+ install-data-local:
+-      install -m 644 $(srcdir)/dbus-sharp-docs.source `monodoc --get-sourcesdir`
+-      install -m 644 $(srcdir)/dbus-sharp-docs.tree `monodoc --get-sourcesdir`
+-      install -m 644 $(srcdir)/dbus-sharp-docs.zip `monodoc --get-sourcesdir`
++      install -m 644 $(srcdir)/dbus-sharp-docs.source $(DOCDIR)
++      install -m 644 $(srcdir)/dbus-sharp-docs.tree $(DOCDIR)
++      install -m 644 $(srcdir)/dbus-sharp-docs.zip $(DOCDIR)
+ else
+ TARGETS = 
+ DOCDIR = $(datadir)
This page took 0.104394 seconds and 4 git commands to generate.