Bug 20633 - sandbox bug in epix ebuild
Bug#: 20633 Product:  Gentoo Linux Version: 1.4_rc4 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: latexer@gentoo.org Reported By: cloos@jhcloos.com
Component: Applications
URL: 
Summary: sandbox bug in epix ebuild
Keywords:  
Status Whiteboard: 
Opened: 2003-05-08 09:31 0000
Description:   Opened: 2003-05-08 09:31 0000
epix-0.8.8a.ebuild, when compiled in a sandbox, sets the INSTALL_DIR variable
in
the /usr/bin/epix script to:

INSTALL_DIR=${PORTAGE_TMPDIR}/portage/epix-0.8.8a/image//usr

(PORTAGE_TMPDIR is of course expanded....)

This is because prefix is set to that in the makefile.

The Makefile will need some more editing to Do The Right Thing; look at the
install: section.

------- Comment #1 From Peter Johanson (RETIRED) 2003-05-09 14:34:22 0000 -------
Added some sedding in the "prepix" file to change the INSTALL_DIR to be /usr.
Please test.

------- Comment #2 From James Cloos 2003-05-11 13:14:01 0000 -------
Fix works.

Thank you.

------- Comment #3 From Patrick Kursawe 2003-11-04 02:16:00 0000 -------
I guess this should have been closed long ago.