[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freedesktop-dbus
Subject:    Mono doc install fix.
From:       Johan FISCHER <linux () fischaz ! com>
Date:       2004-10-31 3:29:03
Message-ID: 20041031142903.p871z9vyvjnog400 () webmail ! fischaz ! com
[Download RAW message or body]

This message is in MIME format.


Hi list,

In the mono doc install Makefile.am, It seems the directory must be created
before installing the files.

This patch fix it. Ok to commit ?

Johan.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

["Makefile.am.diff" (text/x-patch)]

Index: mono/doc/Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/mono/doc/Makefile.am,v
retrieving revision 1.5
diff -u -r1.5 Makefile.am
--- mono/doc/Makefile.am        29 Oct 2004 19:22:59 -0000      1.5
+++ mono/doc/Makefile.am        31 Oct 2004 03:23:36 -0000
@@ -3,6 +3,7 @@
 DOCDIR = `$(MONODOC) --get-sourcesdir`
 
 install-data-local:
+       install -d -m 755 $(DESTDIR)/`monodoc --get-sourcesdir`
        install -m 644 $(srcdir)/dbus-sharp-docs.source $(DESTDIR)/`monodoc --get-sourcesdir`
        install -m 644 $(srcdir)/dbus-sharp-docs.tree $(DESTDIR)/`monodoc --get-sourcesdir`
        install -m 644 $(srcdir)/dbus-sharp-docs.zip $(DESTDIR)/`monodoc --get-sourcesdir`


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic