aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/rsnapshot/rsnapshot/configure-fix-cmd_rsync.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/rsnapshot/rsnapshot/configure-fix-cmd_rsync.patch')
-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 7b2361b4a2..6466df4e02 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
dnl bail out if we can't find it
if test "$RSYNC" = "no"; then
- AC_MSG_ERROR(rsync is required)
-+ RSYNC=/usr/bin/rsync
++ RSYNC=${bindir}/rsync
+ AC_SUBST(CMD_RSYNC, "cmd_rsync $RSYNC")
fi