summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/rsync/rsync.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/rsync/rsync.inc')
-rw-r--r--recipes-devtools/rsync/rsync.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/rsync/rsync.inc b/recipes-devtools/rsync/rsync.inc
index 26c023a..00e0860 100644
--- a/recipes-devtools/rsync/rsync.inc
+++ b/recipes-devtools/rsync/rsync.inc
@@ -10,7 +10,7 @@ SRC_URI = "https://download.samba.org/pub/${BPN}/src/${BP}.tar.gz \
10 10
11inherit autotools 11inherit autotools
12 12
13do_install_append() { 13do_install:append() {
14 install -d ${D}${sysconfdir} 14 install -d ${D}${sysconfdir}
15 install -m 0644 ${WORKDIR}/rsyncd.conf ${D}${sysconfdir} 15 install -m 0644 ${WORKDIR}/rsyncd.conf ${D}${sysconfdir}
16} 16}