Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 7292

Summary: zangband-2.7.1.ebuild doesn't respect PORTAGE_TMPDIR
Product: Gentoo Linux Reporter: Väinö Järvelä <vaino.jarvela>
Component: New packagesAssignee: José Alberto Suárez López <bass>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Low    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Väinö Järvelä 2002-08-31 07:15:01 UTC
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 Maurizio Disimino 2002-08-31 09:22:26 UTC
no, it should be:
rm ${D}/usr/share/games/zangband/lib/apex/scores.raw
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-09-01 01:45:42 UTC
Jose, please fix ASAP
Comment 3 José Alberto Suárez López 2002-09-07 19:10:50 UTC
fixed, thanks.