Changeset 15775

Show
Ignore:
Timestamp:
03/13/01 16:24:41 (9 years ago)
Author:
ghudson
Message:

Install rpmupdate in /etc/athena where it belongs.

Location:
trunk/athena/etc/rpmupdate
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/athena/etc/rpmupdate/Makefile.in

    r15738 r15775  
    1 # $Id: Makefile.in,v 1.1 2001-03-09 20:37:59 ghudson Exp $ 
     1# $Id: Makefile.in,v 1.2 2001-03-13 21:24:41 ghudson Exp $ 
    22 
    33SHELL=/bin/sh 
     
    1111sbindir=@sbindir@ 
    1212mandir=@mandir@ 
     13lsbindir=@lsbindir@ 
    1314 
    1415CC=@CC@ 
     
    3233 
    3334install: 
    34         ${top_srcdir}/mkinstalldirs ${DESTDIR}${sbindir} 
     35        ${top_srcdir}/mkinstalldirs ${DESTDIR}${lsbindir} 
    3536        ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man8 
    36         ${INSTALL_PROGRAM} rpmupdate ${DESTDIR}${sbindir} 
     37        ${INSTALL_PROGRAM} rpmupdate ${DESTDIR}${lsbindir} 
    3738        ${INSTALL} -m 444 ${srcdir}/rpmupdate.8 ${DESTDIR}${mandir}/man8 
    3839 
  • trunk/athena/etc/rpmupdate/configure.in

    r15738 r15775  
    11dnl Process this file with autoconf to produce a configure script. 
    22AC_INIT(rpmupdate.c) 
     3 
     4test -z "$lsbindir" && lsbindir='${sbindir}' 
     5AC_SUBST(lsbindir) 
    36 
    47AC_PROG_CC