Makefile.in: Use srcdir for installing rsync-ssl
authorHiroshi Takekawa <sian.ht@gmail.com>
Tue, 23 Jun 2020 10:17:53 +0000 (19:17 +0900)
committerWayne Davison <wayne@opencoder.net>
Tue, 23 Jun 2020 16:02:33 +0000 (09:02 -0700)
commit4df1b1d4fe213d4409d5fad962f831837a4c7e23
tree7b49414a2a548da3e02cb02a8916f9249f501c47
parent1af58f6b77154a3b3d40e40647220c4d54ee6cdc
Makefile.in: Use srcdir for installing rsync-ssl

When building out of source tree, we can't find rsync-ssl in the current
directory and installation fails.  Fix it by using the srcdir variable for the
path to rsync-ssl.

Signed-off-by: Hiroshi Takekawa <sian.ht@gmail.com>
Makefile.in