05fef4
diff -uNr anaconda-19.31.79__orig/pyanaconda/constants.py anaconda-19.31.79/pyanaconda/constants.py
05fef4
--- anaconda-19.31.79__orig/pyanaconda/constants.py	2014-04-29 01:45:59.000000000 +0100
05fef4
+++ anaconda-19.31.79/pyanaconda/constants.py	2014-06-18 23:42:35.944668381 +0100
05fef4
@@ -50,7 +50,7 @@
05fef4
 productArch = product.productArch
05fef4
 bugzillaUrl = product.bugUrl
05fef4
 isFinal = product.isFinal
05fef4
-eulaLocation = "/usr/share/redhat-release/EULA"
05fef4
+eulaLocation = "/usr/share/centos-release/EULA"
05fef4
 
05fef4
 # for use in device names, eg: "fedora", "rhel"
05fef4
 shortProductName = productName.lower()