From f7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 17 Jun 2005 03:50:19 +0000 Subject: Create directories before installing files into them. --- misc/root/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'misc/root') diff --git a/misc/root/Makefile b/misc/root/Makefile index a0dba2c076e..23caf913ca7 100644 --- a/misc/root/Makefile +++ b/misc/root/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/06/01 18:03:05 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/06/17 03:50:22 jlam Exp $ DISTNAME= root_v2.23.08.source PKGNAME= root-2.23 @@ -22,6 +22,8 @@ MAKE_ENV= LD_LIBRARY_PATH=${WRKDIR}/lib ROOTSYS=${WRKDIR} BROKEN= Compilation stops due to internal compiler error .endif +INSTALLATION_DIRS= bin + do-configure: ${CP} ${FILESDIR}/Makefile.netbsd ${WRKDIR}/src ${MKDIR} ${WRKDIR}/bin -- cgit v1.2.3