Updating PKGBUILD, README.md, and license. Update rsync to use fixed flag

This commit is contained in:
2020-06-15 00:17:38 -05:00
parent 8339ad6506
commit ce2e2d3863
6 changed files with 31 additions and 23 deletions

View File

@@ -6,7 +6,7 @@ compile:
install: compile
mkdir -p ${installdir}
for target in ${targets}; do rsync -avzl "$$target" ${installdir}; done
for target in ${targets}; do rsync -avzzl "$$target" ${installdir}; done
make checkperm
clean: