mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-25 14:17:41 +00:00
Fix PATH for cryptsetup when user does not have /sbin in it.
This commit is contained in:
parent
0de65418da
commit
27c1ca2490
@ -79,7 +79,7 @@ dnl these are not *build* dependencies, but *runtime* dependencies.
|
||||
|
||||
dnl Mandatory
|
||||
AC_CHECK_PROG(have_zsh,zsh,yes,no)
|
||||
AC_CHECK_PROG(have_cryptsetup,cryptsetup,yes,no)
|
||||
AC_CHECK_PROG(have_cryptsetup,cryptsetup,yes,no,[/sbin$PATH_SEPARATOR/usr/local/sbin$PATH_SEPARATOR$PATH])
|
||||
AC_CHECK_PROG(have_pinentry,pinentry,yes,no)
|
||||
AC_CHECK_PROG(have_sudo,sudo,yes,no)
|
||||
dnl Optional
|
||||
|
Loading…
Reference in New Issue
Block a user