summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/rsnapshot/rsnapshot/configure-fix-cmd_rsync.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/rsnapshot/rsnapshot/configure-fix-cmd_rsync.patch b/meta-oe/recipes-support/rsnapshot/rsnapshot/configure-fix-cmd_rsync.patch
index 7b2361b4a..6466df4e0 100644
--- a/meta-oe/recipes-support/rsnapshot/rsnapshot/configure-fix-cmd_rsync.patch
+++ b/meta-oe/recipes-support/rsnapshot/rsnapshot/configure-fix-cmd_rsync.patch
@@ -34,7 +34,7 @@ index bc9df9e..2a33d29 100644
34 dnl bail out if we can't find it 34 dnl bail out if we can't find it
35 if test "$RSYNC" = "no"; then 35 if test "$RSYNC" = "no"; then
36- AC_MSG_ERROR(rsync is required) 36- AC_MSG_ERROR(rsync is required)
37+ RSYNC=/usr/bin/rsync 37+ RSYNC=${bindir}/rsync
38+ AC_SUBST(CMD_RSYNC, "cmd_rsync $RSYNC") 38+ AC_SUBST(CMD_RSYNC, "cmd_rsync $RSYNC")
39 fi 39 fi
40 40