diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | 62d306b057537feb1ef4749c60334699ef7f07d1 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /sysutils/gnome-vfs2 | |
parent | cbac1b2142ffeda168356e0a85c33829123f805b (diff) | |
download | pkgsrc-62d306b057537feb1ef4749c60334699ef7f07d1.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'sysutils/gnome-vfs2')
-rw-r--r-- | sysutils/gnome-vfs2/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
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 |