summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--patches/fbsd-conf/fbsd-conf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/fbsd-conf/fbsd-conf.sh b/patches/fbsd-conf/fbsd-conf.sh
index 4e59648..31cbd02 100644
--- a/patches/fbsd-conf/fbsd-conf.sh
+++ b/patches/fbsd-conf/fbsd-conf.sh
@@ -5,7 +5,7 @@ patch_targets() {
# Find the configure scripts with a libtool that checks for freebsd
# versioning format, and that were not patched with our patch already
find "${WORKDIR}" -name configure -print0 | \
- xargs -0 grep -Zl "version_type=freebsd-" | \
+ xargs -0 grep --null -l "version_type=freebsd-" | \
xargs -0 grep -L 'Handle Gentoo/FreeBSD as it was Linux'
}