Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174179 - app-dicts/verbiste: use type instead of which in ebuilds
Summary: app-dicts/verbiste: use type instead of which in ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Olivier Crete (RETIRED)
URL: http://archives.gentoo.org/gentoo-dev...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-11 16:47 UTC by Ali Polatel (RETIRED)
Modified: 2007-04-11 18:40 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 Ali Polatel (RETIRED) gentoo-dev 2007-04-11 16:47:25 UTC
verbiste-1.16.ebuild uses which instead of type:
  cp $(which gettextize) "${T}"/ || die "could not copy gettextize"
 should be changed to:
  cp $(type -P gettextize) "${T}"/ || die "could not copy gettextize"
Comment 1 Olivier Crete (RETIRED) gentoo-dev 2007-04-11 18:40:30 UTC
done