Opened 7 years ago
Last modified 6 years ago
#941 closed enhancement
update-smart-drivedb is not able to find gpg on osx due to redefined path — at Initial Version
Reported by: | Alex Samorukov | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Release 7.0 |
Component: | drivedb | Version: | 6.6 |
Keywords: | Cc: |
Description
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
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"])
Note:
See TracTickets
for help on using tickets.