mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02: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:
@@ -26,7 +26,7 @@ LIBS = @QT_LIBS@ -L$(top_srcdir)/lib
|
||||
MOC = @QT_MOC@
|
||||
|
||||
install-exec-local:
|
||||
if test ! -f $(DESTDIR)@libexecdir@/rdfeed.mp3 ; then ln -s $(DESTDIR)@libexecdir@/rdfeed.xml $(DESTDIR)@libexecdir@/rdfeed.mp3 ; fi
|
||||
if test ! -f $(DESTDIR)@libexecdir@/rdfeed.mp3 ; then ln -s @libexecdir@/rdfeed.xml $(DESTDIR)@libexecdir@/rdfeed.mp3 ; fi
|
||||
|
||||
uninstall:
|
||||
rm -f $(DESTDIR)@libexecdir@/rdfeed.mp3
|
||||
|
Reference in New Issue
Block a user