All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] rsnapshot: use ${bindir} as rsync location
@ 2016-04-26  8:41 git
  0 siblings, 0 replies; only message in thread
From: git @ 2016-04-26  8:41 UTC (permalink / raw)
  To: openembedded-devel

From: André Draszik <git@andred.net>

Signed-off-by: André Draszik <git@andred.net>
---
 .../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
  
-- 
2.8.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-26  8:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-26  8:41 [meta-oe][PATCH] rsnapshot: use ${bindir} as rsync location git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.