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