1Index: git/SConstruct 2=================================================================== 3--- git.orig/SConstruct 4+++ git/SConstruct 5@@ -977,6 +977,14 @@ env_vars.Add('WINDOWS_OPENSSL_BIN', 6 help='Sets the path to the openssl binaries for packaging', 7 default='c:/openssl/bin') 8 9+env_vars.Add('PREFIX', 10+ help='installation prefix') 11+ 12+env_vars.Add('prefix', 13+ help='installation prefix') 14+ 15+ 16+ 17 # -- Validate user provided options -- 18 19 # A dummy environment that should *only* have the variables we have set. In practice it has 20