From: Dan Scott Date: Wed, 4 Jan 2012 20:21:36 +0000 (-0500) Subject: Remove reference to Fedora specific version in prereq installer X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=61fdb582dc918a1003351ff25842a23aaff24f71;p=working%2FOpenSRF.git Remove reference to Fedora specific version in prereq installer Fedora changes every 6 months, so it's probably silly to have a make target of "fedora14" when that is no longer supported by the Fedora project itself. As Fedora has packaged all of the OpenSRF dependencies (thanks, Ben Webb!), in theory it should be supported by the latest releases of Fedora in the future... as long as we don't introduce any dependencies on deprecated versions of packages. Signed-off-by: Dan Scott --- diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index 51d8890..b6c7373 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -23,7 +23,7 @@ # - or - # make -f Makefile.install rhel # - or - -# make -f Makefile.install fedora14 +# make -f Makefile.install fedora # # Notes: # @@ -301,7 +301,7 @@ lenny: install_extra_debs squeeze: install_extra_debs_squeeze generic_debian: install_debs debian_sys_config -fedora14: install_fedora_rpms +fedora: install_fedora_rpms rhel: centos