[1906] in Moira Commits
/svn/moira r4045 - trunk/moira/clients/chsh
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Thu Jul 28 16:02:05 2011
Date: Thu, 28 Jul 2011 16:01:59 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201107282001.p6SK1x4Z014251@drugstore.mit.edu>
To: moira-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: zacheiss
Date: 2011-07-28 16:01:59 -0400 (Thu, 28 Jul 2011)
New Revision: 4045
Modified:
trunk/moira/clients/chsh/Makefile.in
Log:
Create install directory.
Modified: trunk/moira/clients/chsh/Makefile.in
===================================================================
--- trunk/moira/clients/chsh/Makefile.in 2011-06-30 16:57:25 UTC (rev 4044)
+++ trunk/moira/clients/chsh/Makefile.in 2011-07-28 20:01:59 UTC (rev 4045)
@@ -46,6 +46,7 @@
install: all
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(bindir)
+ $(SRCTOP)/mkinstalldirs $(DESTDIR)$(sysconfdir)
$(INSTALL) shells.moira $(DESTDIR)$(sysconfdir)
$(TARGET): $(OBJS) ../lib/libmrclient.la $(MR_LIBDEP)