diff options
Diffstat (limited to 'meta/recipes-devtools/rsync')
-rw-r--r-- | meta/recipes-devtools/rsync/rsync.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/rsync/rsync.inc b/meta/recipes-devtools/rsync/rsync.inc index 4223c590f9..c65f270312 100644 --- a/meta/recipes-devtools/rsync/rsync.inc +++ b/meta/recipes-devtools/rsync/rsync.inc | |||
@@ -16,8 +16,8 @@ SRC_URI = "http://rsync.samba.org/ftp/rsync/src/rsync-${PV}.tar.gz \ | |||
16 | inherit autotools | 16 | inherit autotools |
17 | 17 | ||
18 | do_install_append() { | 18 | do_install_append() { |
19 | install -d ${D}/etc | 19 | install -d ${D}${sysconfdir} |
20 | install -m 0644 ${WORKDIR}/rsyncd.conf ${D}/etc | 20 | install -m 0644 ${WORKDIR}/rsyncd.conf ${D}${sysconfdir} |
21 | } | 21 | } |
22 | 22 | ||
23 | EXTRA_OEMAKE='STRIP=""' | 23 | EXTRA_OEMAKE='STRIP=""' |