We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cp
-n
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.
Makefile.am
cp -an
cp(1)
Thanks!
The text was updated successfully, but these errors were encountered:
Thank you! I'll fix it.
Sorry, something went wrong.
Add NetBSD build instructions; add regression testing on the 1.x bran…
f4e7653
…ch (#73)
fb1e7b2
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.
make distcheck
1.4.2 works fine, thank you! I've updated the pkgsrc package.
Excellent! Thank you!
dharple
No branches or pull requests
Makefile.am
usescp -an
to install some files. This fails on NetBSD, because NetBSD'scp(1)
does not support the-n
flag. Please remove it.Thanks!
The text was updated successfully, but these errors were encountered: