pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

exabgp4: Replace ${CP} with ${INSTALL_DATA}



Module Name:	pkgsrc-wip
Committed By:	Jørn Åne de Jong <jorn.dejong%uninett.no@localhost>
Pushed By:	jornane
Date:		Sat Jan 30 01:23:06 2021 +0100
Changeset:	3d118b610cda0e5a3ebf05bf75dc7a4d31d5ef27

Modified Files:
	exabgp4/Makefile

Log Message:
exabgp4: Replace ${CP} with ${INSTALL_DATA}

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3d118b610cda0e5a3ebf05bf75dc7a4d31d5ef27

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 exabgp4/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/exabgp4/Makefile b/exabgp4/Makefile
index ef8a1f4dce..9fc5700c5e 100644
--- a/exabgp4/Makefile
+++ b/exabgp4/Makefile
@@ -80,7 +80,7 @@ post-install:
 		${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 	${INSTALL_MAN} ${WRKSRC}/doc/man/exabgp.conf.5 \
 		${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
-	${CP} ${FILESDIR}/exabgp.env ${DESTDIR}${PREFIX}/share/examples/exabgp/
+	${INSTALL_DATA} ${FILESDIR}/exabgp.env ${DESTDIR}${PREFIX}/share/examples/exabgp/
 
 .include "../../lang/python/distutils.mk"
 .include "../../lang/python/application.mk"


Home | Main Index | Thread Index | Old Index