From a5bbac3e9351e2973e9ef0c195e1f2505c0f82ce Mon Sep 17 00:00:00 2001 From: hubertf Date: Sat, 24 Feb 2001 02:09:27 +0000 Subject: First round of cleaning up INSTALL usage: INSTALL -d => INSTALL_*_DIR INSTALL => INSTALL_* Beware that only invocations are changed that don't set special values for owner, mode or group! Cleanup suggested by zuntum@IRC --- emulators/linuxppc_lib/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'emulators/linuxppc_lib') diff --git a/emulators/linuxppc_lib/Makefile b/emulators/linuxppc_lib/Makefile index 806a08e91f5..14452152682 100644 --- a/emulators/linuxppc_lib/Makefile +++ b/emulators/linuxppc_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 18:38:19 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/24 02:09:28 hubertf Exp $ DISTNAME= linuxppc_lib-2000.q4.1 CATEGORIES= emulators @@ -68,7 +68,7 @@ do-install: fi; \ if [ "x$$files" != "x" ] ; then \ ${ECHO} "$$files" ; \ - ${INSTALL} -c -o root -g wheel -m 644 $$files $$target/ ; \ + ${INSTALL_DATA} $$files $$target/ ; \ ${ECHO} $$files | ${SED} 's|${WRKSRC}|${EMUL_LINUX}|g' | \ ${TR} ' ' '\n' >> ${WRKDIR}/PLIST_DYNAMIC ; \ fi; \ @@ -95,14 +95,14 @@ do-install: fi; \ if [ "x$$files" != "x" ] ; then \ ${ECHO} "$$files" ; \ - ${INSTALL} -c -o root -g wheel -m 755 $$files $$target/ ; \ + ${INSTALL_SCRIPT} $$files $$target/ ; \ ${ECHO} $$files | ${SED} 's|${WRKSRC}|${EMUL_LINUX}|g' | \ ${TR} ' ' '\n' >> ${WRKDIR}/PLIST_DYNAMIC ; \ fi ; \ ${ECHO} $$target | ${SED} 's|${PREFIX}/|@dirrm |' >> \ ${WRKDIR}/PLIST_DYNAMIC ; \ done; - ${INSTALL} -c -o root -g wheel -m 755 ${WRKSRC}/sbin/ldconfig \ + ${INSTALL_SCRIPT} ${WRKSRC}/sbin/ldconfig \ ${PREFIX}/sbin/ldconfig-linux ${ECHO} "sbin/ldconfig-linux" >> ${WRKDIR}/PLIST_DYNAMIC ${TOUCH} ${PREFIX}/${EMUL_LINUX}/etc/ld.so.cache~ -- cgit v1.2.3