mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
rsnapshot: use ${bindir} as rsync location
Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
2463098294
commit
d4cb722520
@@ -34,7 +34,7 @@ index bc9df9e..2a33d29 100644
|
|||||||
dnl bail out if we can't find it
|
dnl bail out if we can't find it
|
||||||
if test "$RSYNC" = "no"; then
|
if test "$RSYNC" = "no"; then
|
||||||
- AC_MSG_ERROR(rsync is required)
|
- AC_MSG_ERROR(rsync is required)
|
||||||
+ RSYNC=/usr/bin/rsync
|
+ RSYNC=${bindir}/rsync
|
||||||
+ AC_SUBST(CMD_RSYNC, "cmd_rsync $RSYNC")
|
+ AC_SUBST(CMD_RSYNC, "cmd_rsync $RSYNC")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user