neil / rpms / anaconda

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