From d3c541cbcc2f4d4bcbbf7fc975112798a783a32a Mon Sep 17 00:00:00 2001 From: André Draszik Date: Tue, 26 Apr 2016 09:41:19 +0100 Subject: rsnapshot: use ${bindir} as rsync location MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Draszik Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- .../recipes-support/rsnapshot/rsnapshot/configure-fix-cmd_rsync.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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 -- cgit v1.2.3-54-g00ecf