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