Update of /cvsroot/mahogany/M/extra/install
In directory sc8-pr-cvs1:/tmp/cvs-serv16797

Modified Files:
        Makefile 
Log Message:
don't try to install /usr/local/man/man1 if it exists

Index: Makefile
===================================================================
RCS file: /cvsroot/mahogany/M/extra/install/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -b -u -2 -r1.16 -r1.17
--- Makefile    28 Sep 2000 22:55:18 -0000      1.16
+++ Makefile    4 Aug 2003 11:48:48 -0000       1.17
@@ -19,5 +19,5 @@
 #      $(INSTALL_DATA) .src/mailcap $(DATADIR)
        $(INSTALL_DATA) .src/M.conf $(DATADIR)
-       $(INSTALL) -d $(DESTDIR)/man/man1 
+       if test ! -d $(DESTDIR)/man/man1; then $(INSTALL) -d $(DESTDIR)/man/man1; fi
        $(INSTALL_DATA) .src/mahogany.1 $(DESTDIR)/man/man1
        $(INSTALL_DATA) .src/mahogany.1 $(DESTDIR)/man/man1/M.1



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to