Bug 7292 - zangband-2.7.1.ebuild doesn't respect PORTAGE_TMPDIR
Bug#: 7292 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P4
Resolution: FIXED Assigned To: bass@supercable.es Reported By: vaino.jarvela@pp.inet.fi
Component: Ebuilds
URL: 
Summary: zangband-2.7.1.ebuild doesn't respect PORTAGE_TMPDIR
Keywords:  
Status Whiteboard: 
Opened: 2002-08-31 07:15 0000
Description:   Opened: 2002-08-31 07:15 0000
In pkg_preinst() it has
"rm
/vat/tmp/portage/zangband-2.7.1/image/usr/share/games/zangband/lib/apex/scores.raw"

should have

"rm
${PORTAGE_TMPDIR}/portage/zangband-2.7.1/image/usr/share/games/zangband/lib/apex/scores.raw"

------- Comment #1 From Maurizio Disimino 2002-08-31 09:22:26 0000 -------
no, it should be:
rm ${D}/usr/share/games/zangband/lib/apex/scores.raw

------- Comment #2 From Seemant Kulleen (RETIRED) 2002-09-01 01:45:42 0000 -------
Jose, please fix ASAP

------- Comment #3 From José Alberto Suárez López 2002-09-07 19:10:50 0000 -------
fixed, thanks.