aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/debianutils
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/debianutils')
-rw-r--r--recipes/debianutils/debianutils_2.30.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/debianutils/debianutils_2.30.bb b/recipes/debianutils/debianutils_2.30.bb
index a15c8079b5..800727d034 100644
--- a/recipes/debianutils/debianutils_2.30.bb
+++ b/recipes/debianutils/debianutils_2.30.bb
@@ -3,3 +3,7 @@
require debianutils.inc
PR="r1"
+
+do_configure_prepend() {
+ sed -i -e 's:tempfile.1 which.1:which.1:g' Makefile.am
+}