update-smart-drivedb is not able to find gpg on osx due to redefined path
Tool update-smart-drivedb
is not able to find gpg on osx. I think we should add /usr/local/bin
to set of default pathnames in the configure.ac, it should help both FreeBSD and OSX users
292 AC_ARG_WITH(scriptpath,
293 [AS_HELP_STRING([--with-scriptpath=@<:@PATH|no@:>@],
294 [PATH variable set within scripts [/usr/bin:/bin]])],
295 [scriptpath=; test "$withval" != "no" && scriptpath="$withval"],
296 [scriptpath="/usr/bin:/bin"])
Change History
(4)
Description: |
modified (diff)
|
Milestone: |
→ Release 6.7
|
Owner: |
set to Christian Franke
|
Status: |
new → accepted
|
Resolution: |
→ fixed
|
Status: |
accepted → closed
|
Milestone: |
Release 6.7 → Release 7.0
|
Obviously my assumption that standard tools like gpg are in
/usr/bin
was wrong.