Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7292 - zangband-2.7.1.ebuild doesn't respect PORTAGE_TMPDIR
Summary: zangband-2.7.1.ebuild doesn't respect PORTAGE_TMPDIR
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Low normal (vote)
Assignee: José Alberto Suárez López
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-31 07:15 UTC by Väinö Järvelä
Modified: 2002-09-07 19:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.