From d32e698de6a63cf0273391b498d5c8e2bc3ea265 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 25 Feb 2001 04:17:35 +0000 Subject: Cleanup MKDIR usage => INSTALL_*_DIR XXX need to teach pkglint to be more picky about this --- emulators/linuxppc_lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/linuxppc_lib') diff --git a/emulators/linuxppc_lib/Makefile b/emulators/linuxppc_lib/Makefile index c4b50e8b1e0..fdd41e5c35d 100644 --- a/emulators/linuxppc_lib/Makefile +++ b/emulators/linuxppc_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/24 18:08:35 manu Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/25 04:17:45 hubertf Exp $ DISTNAME= linuxppc_lib-2000.q4.2 CATEGORIES= emulators @@ -44,7 +44,7 @@ do-build: #do nothing do-install: ${RM} -f ${WRKDIR}/PLIST_DYNAMIC - ${MKDIR} ${PREFIX}/${EMUL_LINUX} + ${INSTALL_DATA_DIR} ${PREFIX}/${EMUL_LINUX} ${RPM2PKG} -d ${PREFIX} -f ${WRKDIR}/PLIST_DYNAMIC -p emul/linux ${RPMARGS} ${TOUCH} ${PREFIX}/${EMUL_LINUX}/etc/ld.so.cache~ ${CP} ${FILESDIR}/ld.so.conf ${PREFIX}/${EMUL_LINUX}/etc/ld.so.conf -- cgit v1.2.3