mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2014-08-15 Fred Gleason <fredg@paravelsystems.com>
* Modified 'conf/Makefile.am' to install 'rd-bin.conf' in $(sysconfdir). * Updated 'INSTALL' to include information about the '--sysconfdir' flag. * Updated 'get_distro.sh' to detect RHEL 7 correctly. * Modified the installation script to work on RHEL 7 in 'rivendell.spec.in'.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
##
|
||||
## Top level automake.am for Rivendell
|
||||
##
|
||||
## (C) Copyright 2002-2006 Fred Gleason <fredg@paravelsystems.com>
|
||||
## (C) Copyright 2002-2014 Fred Gleason <fredg@paravelsystems.com>
|
||||
##
|
||||
## $Id: Makefile.am,v 1.16.4.5 2013/09/12 23:26:09 cvs Exp $
|
||||
## $Date: 2013/09/12 23:26:09 $
|
||||
@@ -23,6 +23,12 @@
|
||||
##
|
||||
## Use automake to process this into a Makefile.in
|
||||
|
||||
install-exec-am:
|
||||
mkdir -p $(DESTDIR)/$(sysconfdir)
|
||||
cp rd-bin.conf $(DESTDIR)/$(sysconfdir)/
|
||||
|
||||
uninstall:
|
||||
rm -f $(DESTDIR)/$(sysconfdir)/rd-bin.conf
|
||||
|
||||
EXTRA_DIST = my.cnf-master\
|
||||
my.cnf-standby\
|
||||
|
||||
Reference in New Issue
Block a user