Lines 88-95
Link Here
|
88 |
.endif |
88 |
.endif |
89 |
|
89 |
|
90 |
post-patch: |
90 |
post-patch: |
91 |
@${REINPLACE_CMD} -e 's:/etc/:${ETCDIR}/:g' \ |
91 |
@${REINPLACE_CMD} -e 's:/etc/rsync:${ETCDIR}/rsync:g' \ |
92 |
${WRKSRC}/rsync.1 ${WRKSRC}/rsyncd.conf.5 |
92 |
-e 's:/etc/letsencrypt:${PREFIX}/etc/letsencrypt:g' \ |
|
|
93 |
${WRKSRC}/rsync.1 ${WRKSRC}/rsyncd.conf.5 \ |
94 |
${WRKSRC}/rsync.1.md ${WRKSRC}/rsyncd.conf.5.md |
93 |
@${REINPLACE_CMD} -e 's|/usr/bin/rsync|${PREFIX}/bin/rsync|g' ${WRKSRC}/support/rrsync |
95 |
@${REINPLACE_CMD} -e 's|/usr/bin/rsync|${PREFIX}/bin/rsync|g' ${WRKSRC}/support/rrsync |
94 |
|
96 |
|
95 |
post-install: |
97 |
post-install: |