void-packages/srcpkgs/notmuch/patches/bash_absolute.patch

11 lines
300 B
Diff

--- configure.orig
+++ configure
@@ -563,6 +563,7 @@ printf "Checking for bash... "
if command -v ${BASH} > /dev/null; then
have_bash=1
bash_absolute=$(command -v ${BASH})
+ bash_absolute=$(readlink -f "$bash_absolute")
printf "Yes (%s).\n" "$bash_absolute"
else
have_bash=0