diff options
-rw-r--r-- | WebappConfig/eprefix.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WebappConfig/eprefix.py b/WebappConfig/eprefix.py new file mode 100644 index 0000000..7d5bd66 --- /dev/null +++ b/WebappConfig/eprefix.py @@ -0,0 +1,6 @@ +# Establish the eprefix, initially set so eprefixify can +# set it on install +EPREFIX = "@GENTOO_PORTAGE_EPREFIX@" +# Check and set it if it wasn't +if "GENTOO_PORTAGE_EPREFIX" in EPREFIX: + EPREFIX = '' |