1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-18 15:20:56 +03:00

Makefile.am: fix cp to preserve attributes and timestamp

This commit is contained in:
Viktor Szakats
2023-10-30 11:23:47 +00:00
parent fc00bdd7f1
commit f64e6318f0

View File

@@ -55,7 +55,7 @@ dist-hook:
(distit=`find $(srcdir) -name "*.dist"`; \
for file in $$distit; do \
strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
cp $$file $(distdir)$$strip; \
cp -p $$file $(distdir)$$strip; \
done)
# Code Coverage