summaryrefslogtreecommitdiff
path: root/emulators/linuxppc_lib
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-02-24 02:09:27 +0000
committerhubertf <hubertf@pkgsrc.org>2001-02-24 02:09:27 +0000
commita5bbac3e9351e2973e9ef0c195e1f2505c0f82ce (patch)
tree70727e784d3f7afb94af5abbe85e19fdb1b18fa7 /emulators/linuxppc_lib
parent77bde4476f7786a6de67d27d193ad235ae99dad2 (diff)
downloadpkgsrc-a5bbac3e9351e2973e9ef0c195e1f2505c0f82ce.tar.gz
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
Diffstat (limited to 'emulators/linuxppc_lib')
-rw-r--r--emulators/linuxppc_lib/Makefile8
1 files changed, 4 insertions, 4 deletions
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~