[3953] in testers

home help back first fref pref prev next nref lref last post

athinfo client in top level of new srvd

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Thu Apr 8 13:08:40 1999

To: testers@MIT.EDU, source-reviewers@MIT.EDU
Date: Thu, 08 Apr 1999 13:08:21 EDT
From: Garry Zacheiss <zacheiss@MIT.EDU>

	The athinfo client ended up in the top level of the rebuilt srvd
and not in srvd/usr/athena/bin, which is where I imagine we would want
it.  This should fix it:

Index: Makefile.in
===================================================================
RCS file: /afs/dev/source/repository/athena/bin/athinfo/Makefile.in,v
retrieving revision 1.1
diff -c -r1.1 Makefile.in
*** Makefile.in 1998/11/05 02:01:38     1.1
--- Makefile.in 1999/04/08 16:58:34
***************
*** 30,38 ****
  check:
  
  install:
!       ${top_srcdir}/mkinstalldirs ${DESTDIR}${lsbindir}
        ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1
!       ${INSTALL_PROGRAM} athinfo ${DESTDIR}${lsbindir}
        ${INSTALL} -m 444 ${srcdir}/athinfo.1 ${DESTDIR}${mandir}/man1
  
  clean:
--- 30,38 ----
  check:
  
  install:
!       ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir}
        ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1
!       ${INSTALL_PROGRAM} athinfo ${DESTDIR}${bindir}
        ${INSTALL} -m 444 ${srcdir}/athinfo.1 ${DESTDIR}${mandir}/man1
  
  clean:

home help back first fref pref prev next nref lref last post