dpolovinkin / rpms / anaconda

Forked from rpms/anaconda 3 years ago
Clone

Blame SOURCES/anaconda-centos-set-right-eula-location.patch

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