From 087b0988c7c2bfaa3823a225f61757e9256e11a3 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 16 Jun 2005 06:57:37 +0000 Subject: Create directories before installing files into them. --- converters/rpm2cpio/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'converters/rpm2cpio') diff --git a/converters/rpm2cpio/Makefile b/converters/rpm2cpio/Makefile index a56c0ab3ef8..e1655e9a674 100644 --- a/converters/rpm2cpio/Makefile +++ b/converters/rpm2cpio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/04/11 21:45:09 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/06/16 06:57:43 jlam Exp $ DISTNAME= rpm2cpio PKGNAME= rpm2cpio-1.1 @@ -18,6 +18,8 @@ REPLACE_PERL= rpm2cpio EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} . +INSTALLATION_DIRS= bin + # There is nothing to build do-build: -- cgit v1.2.3