dharple / detox

Tames problematic filenames
BSD 3-Clause "New" or "Revised" License
332 stars 19 forks source link

NetBSD's `cp` does not support `-n` #73

Closed 0-wiz-0 closed 3 years ago

0-wiz-0 commented 3 years ago

Makefile.am uses cp -an to install some files. This fails on NetBSD, because NetBSD's cp(1) does not support the -n flag. Please remove it.

Thanks!

dharple commented 3 years ago

Thank you! I'll fix it.

dharple commented 3 years ago

Hello,

I've released v1.4.2 to address this issue. I tested it using make distcheck on NetBSD 9.1. Please let me know if you run into any other problems.

Thanks!

0-wiz-0 commented 3 years ago

1.4.2 works fine, thank you! I've updated the pkgsrc package.

dharple commented 3 years ago

Excellent! Thank you!