From 3a9625fad1e41633ec83006da1431dabb809d188 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. --- sysutils/gnome-vfs2/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysutils/gnome-vfs2') diff --git a/sysutils/gnome-vfs2/Makefile.common b/sysutils/gnome-vfs2/Makefile.common index 99c47bc2aab..3cbeb4f13f0 100644 --- a/sysutils/gnome-vfs2/Makefile.common +++ b/sysutils/gnome-vfs2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2005/05/22 21:43:22 rillig Exp $ +# $NetBSD: Makefile.common,v 1.19 2005/06/17 03:50:34 jlam Exp $ # DISTNAME= gnome-vfs-2.10.1 @@ -80,6 +80,7 @@ PRINT_PLIST_AWK+= /^@dirrm share\/examples\/gnome-vfs-2.0\/modules$$/ \ { print "@comment in gnome-vfs2: " $$0; next; } do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/lib/gnome-vfs-2.0/modules cd ${WRKSRC}/modules && ${LIBTOOL} --mode=install \ ${INSTALL_DATA} lib${GNOME_VFS2_NAME}.la \ ${PREFIX}/lib/gnome-vfs-2.0/modules -- cgit v1.2.3