Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66211 - Angband install bug
Summary: Angband install bug
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-03 06:49 UTC by Geoff
Modified: 2004-10-05 22:26 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 Geoff 2004-10-03 06:49:39 UTC
Install outputs

    chmod: cannot access `//usr/share/games/angband/lib/{apex,save,user}': No such file or directory


The line (in pkg_postinst) should have no double quotes:

  chmod -R g+w "${ROOT}${GAMES_DATADIR}"/angband/lib/{apex,save,user}

Should be:

  chmod +R g+w ${ROOT}${GAMES_DATADIR}/angband/lib/{apex,save,user}
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-10-05 22:26:25 UTC
This is a bug in bash3.  It'll be fixed in the next bash3 revision.