From 61e8de29ce8b412097e0ff6fbcc9f21c0ff069fc Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 4 Nov 2004 21:57:03 +0000 Subject: - In install scripts knob, use INSTALL_SCRIPTS instead of INSTALL_DATA. Submitted by: thierry --- devel/pear-PEAR/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/pear-PEAR/Makefile.common b/devel/pear-PEAR/Makefile.common index 396c26590125..c24240c29b06 100644 --- a/devel/pear-PEAR/Makefile.common +++ b/devel/pear-PEAR/Makefile.common @@ -210,7 +210,7 @@ do-install-scriptfiles: do-install-scriptfiles-msg . for file in ${SCRIPTFILES} @${MV} ${WRKSRC}/pear-${file} ${WRKSRC}/${file} @${REINPLACE_CMD} -e "s|@php_bin@|${SCRIPTFILESDIR}/php|g" ${WRKSRC}/${file} - @${INSTALL_DATA} ${WRKSRC}/${file} ${SCRIPTFILESDIR}/${file} + @${INSTALL_SCRIPTS} ${WRKSRC}/${file} ${SCRIPTFILESDIR}/${file} @${CHMOD} 555 ${SCRIPTFILESDIR}/${file} . endfor . endif -- cgit v1.2.3