From 43b37567bad0c303515e55873b0622dfb3897cd7 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 25 Nov 1997 07:52:07 +0000 Subject: Create ${PREFIX} (= ${LOCALBASE}/palm) before installing. mtree won't create the base directory for you. --- palm/prc-tools/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/palm/prc-tools/Makefile b/palm/prc-tools/Makefile index adc1e681cd85..ab4c0e43fbe7 100644 --- a/palm/prc-tools/Makefile +++ b/palm/prc-tools/Makefile @@ -3,7 +3,7 @@ # Date created: November, 1997 # Whom: Paul Traina # -# $Id: Makefile,v 1.1.1.1 1997/11/24 09:03:49 pst Exp $ +# $Id: Makefile,v 1.2 1997/11/24 09:43:42 pst Exp $ # # *WARNING* write access to ${PREFIX} is required DURING build because the # make "all" target actually installs the gnu tools before building the @@ -68,6 +68,9 @@ STRIP= build-prc \ post-patch: (cd ${WRKSRC} ; make patch) +pre-install: + ${MKDIR} ${PREFIX} + # the info files are redundant post-install: ${RM} -rf ${PREFIX}/info -- cgit v1.2.3