some cp implementations do not support the -v option

This commit is contained in:
Thomas Bernard 2020-05-11 23:31:53 +02:00
parent 02e41f7346
commit e823722b5d
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C
1 changed files with 1 additions and 1 deletions

2
miniupnpd/configure vendored
View File

@ -560,7 +560,7 @@ if [ "$MAKEFILE" = "Makefile.bsd" ] || [ "$OS_NAME" = "Darwin" ] || [ "$OS_NAME"
echo "CPPFLAGS += -I." >> bsdmake.inc
fi
if [ "$MAKEFILE" ] ; then
cp -v "${BASEDIR}/${MAKEFILE}" Makefile
cp "${BASEDIR}/${MAKEFILE}" Makefile && echo "${BASEDIR}/${MAKEFILE} -> Makefile"
fi
# UUID API