Blob Blame History Raw
From a8cc52ee114d87aa156d148b912dd377c4763fb3 Mon Sep 17 00:00:00 2001
From: Jim Perrin <jperrin@centos.org>
Date: Fri, 20 Nov 2015 15:10:34 -0600
Subject: [PATCH] set right eula location

---
 pyanaconda/constants.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/constants.py b/pyanaconda/constants.py
index 8376fc2..1e828bf 100644
--- a/pyanaconda/constants.py
+++ b/pyanaconda/constants.py
@@ -37,7 +37,7 @@ productVersion = product.productVersion
 productArch = product.productArch
 bugzillaUrl = product.bugUrl
 isFinal = product.isFinal
-eulaLocation = "/usr/share/redhat-release/EULA"
+eulaLocation = "/usr/share/centos-release/EULA"
 
 # for use in device names, eg: "fedora", "rhel"
 shortProductName = productName.lower()
-- 
1.8.3.1