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:
Fred Gleason
2014-08-15 21:45:05 -04:00
parent 7056f88557
commit ad27f32bfd
14 changed files with 171 additions and 736 deletions

View File

@@ -29,8 +29,16 @@ MOC = @QT_MOC@
moc_%.cpp: %.h
$(MOC) $< -o $@
install-exec-am:
mkdir -p $(DESTDIR)/$(libexecdir)
cp rdcastmanager.cgi $(DESTDIR)$(libexecdir)/
cat rdcastmanager.js | $(top_srcdir)/helpers/jsmin > $(DESTDIR)$(libexecdir)/rdcastmanager.js
uninstall:
rm -f $(DESTDIR)/$(libexecdir)/rdcastmanager.cgi
rm -f $(DESTDIR)/$(libexecdir)/rdcastmanager.js
libexec_PROGRAMS = rdcastmanager.cgi
libexec_SCRIPTS = rdcastmanager.js
dist_rdcastmanager_cgi_SOURCES = rdcastmanager.cpp rdcastmanager.h