public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/eselect/files: eselect-1.3.2-eroot.patch
@ 2012-09-14 21:22 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-09-14 21:22 UTC (permalink / raw
  To: gentoo-commits

ulm         12/09/14 21:22:35

  Added:                eselect-1.3.2-eroot.patch
  Log:
  Remove trailing backslash from ROOT only if EPREFIX is set. This guarantees
  that EROOT is equal to ROOT for empty EPREFIX, which is assumed by at least
  one external module. See also bug 434956.
  
  (Portage version: 2.1.11.16/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-admin/eselect/files/eselect-1.3.2-eroot.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/files/eselect-1.3.2-eroot.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect/files/eselect-1.3.2-eroot.patch?rev=1.1&content-type=text/plain

Index: eselect-1.3.2-eroot.patch
===================================================================
--- 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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-admin/eselect/files: eselect-1.3.2-eroot.patch
@ 2013-01-06 13:44 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2013-01-06 13:44 UTC (permalink / raw
  To: gentoo-commits

ulm         13/01/06 13:44:46

  Removed:              eselect-1.3.2-eroot.patch
  Log:
  Inherit autotools in live ebuild. Specify LICENSE more precisely. Remove old.
  
  (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-06 13:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-06 13:44 [gentoo-commits] gentoo-x86 commit in app-admin/eselect/files: eselect-1.3.2-eroot.patch Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-14 21:22 Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox