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