Opened 6 years ago

Last modified 5 years ago

#941 closed enhancement

update-smart-drivedb is not able to find gpg on osx due to redefined path — at Version 1

Reported by: Alex Samorukov Owned by:
Priority: minor Milestone: Release 7.0
Component: drivedb Version: 6.6
Keywords: Cc:

Description (last modified by Alex Samorukov)

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 (1)

comment:1 by Alex Samorukov, 6 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.