diff options
author | André Draszik <git@andred.net> | 2016-04-26 09:41:19 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-28 10:38:40 +0200 |
commit | 98951db444608235f6e2bd2f8bdf95c7d7ff24d6 (patch) | |
tree | 4948a3d85668ae52d29ea424bc10503b867302ea /meta-oe/recipes-support/rsnapshot | |
parent | 1e17ae18fa9cb4e309eebf6347fa865807494c3e (diff) | |
download | meta-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>
Diffstat (limited to 'meta-oe/recipes-support/rsnapshot')
-rw-r--r-- | meta-oe/recipes-support/rsnapshot/rsnapshot/configure-fix-cmd_rsync.patch | 2 |
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 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 | |||
34 | dnl bail out if we can't find it | 34 | dnl bail out if we can't find it |
35 | if test "$RSYNC" = "no"; then | 35 | if test "$RSYNC" = "no"; then |
36 | - AC_MSG_ERROR(rsync is required) | 36 | - AC_MSG_ERROR(rsync is required) |
37 | + RSYNC=/usr/bin/rsync | 37 | + RSYNC=${bindir}/rsync |
38 | + AC_SUBST(CMD_RSYNC, "cmd_rsync $RSYNC") | 38 | + AC_SUBST(CMD_RSYNC, "cmd_rsync $RSYNC") |
39 | fi | 39 | fi |
40 | 40 | ||