rsync: Fix prefix.

This commit is contained in:
Dylan Araps 2019-07-11 19:05:40 +03:00
parent c1be68a229
commit f49ae179a7

View File

@ -1,6 +1,7 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--with-included-popt
make