mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
rsync: use ${sysconfdir} instead of hardcoding /etc
(From OE-Core rev: 3bf20e3a67099f54a20c6534fea5db169c63dbec) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
856082cf0b
commit
890f24a7f2
@@ -16,8 +16,8 @@ SRC_URI = "http://rsync.samba.org/ftp/rsync/src/rsync-${PV}.tar.gz \
|
||||
inherit autotools
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}/etc
|
||||
install -m 0644 ${WORKDIR}/rsyncd.conf ${D}/etc
|
||||
install -d ${D}${sysconfdir}
|
||||
install -m 0644 ${WORKDIR}/rsyncd.conf ${D}${sysconfdir}
|
||||
}
|
||||
|
||||
EXTRA_OEMAKE='STRIP=""'
|
||||
|
||||
Reference in New Issue
Block a user