[oe-commits] [meta-openembedded] 06/11: rsnapshot: use ${bindir} as rsync location

git at git.openembedded.org git at git.openembedded.org
Tue Apr 26 13:30:47 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit e8edfcf93311a3e2598a040dd588b6ea9befdd78
Author: André Draszik <git at andred.net>
AuthorDate: Tue Apr 26 09:41:19 2016 +0100

    rsnapshot: use ${bindir} as rsync location
    
    Signed-off-by: André Draszik <git at andred.net>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../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 7b2361b..6466df4 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
  

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list