checkinstall fails due to "which dpkg" multiple results
Bug #4423 reported by
Mark Lord
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
checkinstall (Debian) |
New
|
Unknown
|
|||
checkinstall (Ubuntu) |
Fix Released
|
Medium
|
MOTU |
Bug Description
checkinstall fails to run if the user has their own version/alias for "which".
To fix this, all calls to "which" in checkinstall should use the full pathname prefix, eg. /bin/which
Cheers
Related branches
Changed in checkinstall: | |
assignee: | nobody → motu |
Changed in checkinstall: | |
status: | Unconfirmed → Confirmed |
Changed in checkinstall: | |
status: | Unknown → New |
To post a comment you must log in.
/usr/bin/which is the which provided by debianutils 2.15.2, and is the which used by checkinstall patched with the attached patch.