aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Draszik <git@andred.net>2016-04-26 09:41:19 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-04-28 10:38:40 +0200
commit98951db444608235f6e2bd2f8bdf95c7d7ff24d6 (patch)
tree4948a3d85668ae52d29ea424bc10503b867302ea
parent1e17ae18fa9cb4e309eebf6347fa865807494c3e (diff)
downloadmeta-openembedded-98951db444608235f6e2bd2f8bdf95c7d7ff24d6.tar.gz
rsnapshot: use ${bindir} as rsync location
Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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