From e823722b5d25e1f22f22b8c05709420a31d66181 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Mon, 11 May 2020 23:31:53 +0200 Subject: [PATCH] some cp implementations do not support the -v option --- miniupnpd/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniupnpd/configure b/miniupnpd/configure index afe4186..67cdb83 100755 --- a/miniupnpd/configure +++ b/miniupnpd/configure @@ -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