diff options
author | 2012-09-20 23:25:01 +0200 | |
---|---|---|
committer | 2012-09-20 23:25:01 +0200 | |
commit | f59f0441fff322533f04a5205c30665b2ec02178 (patch) | |
tree | d1d431b1964f8a0da350c38b9eace87b8ab50f4d /app-admin/eselect/files | |
parent | [sys-cluster/lustre] call apply_user_patches (diff) | |
download | sci-f59f0441fff322533f04a5205c30665b2ec02178.tar.gz sci-f59f0441fff322533f04a5205c30665b2ec02178.tar.bz2 sci-f59f0441fff322533f04a5205c30665b2ec02178.zip |
Version Bump
Diffstat (limited to 'app-admin/eselect/files')
-rw-r--r-- | app-admin/eselect/files/eselect-1.3.2-eroot.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-admin/eselect/files/eselect-1.3.2-eroot.patch b/app-admin/eselect/files/eselect-1.3.2-eroot.patch new file mode 100644 index 000000000..81e5bb65e --- /dev/null +++ b/app-admin/eselect/files/eselect-1.3.2-eroot.patch @@ -0,0 +1,11 @@ +--- a/bin/eselect.in ++++ b/bin/eselect.in +@@ -43,7 +43,7 @@ + + # Support variables for Gentoo Prefix + EPREFIX="@EPREFIX@" +-EROOT="${ROOT%/}${EPREFIX}" ++EROOT="${ROOT%${EPREFIX:+/}}${EPREFIX}" + + # Remove all alias definitions. Unset functions and variables that are + # known to cause trouble. |