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 | e46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /x11/dtx11session | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'x11/dtx11session')
-rw-r--r-- | x11/dtx11session/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/dtx11session/Makefile b/x11/dtx11session/Makefile index 6179db2118b..c680f0b1b58 100644 --- a/x11/dtx11session/Makefile +++ b/x11/dtx11session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/15 19:06:16 kristerw Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:43 jlam Exp $ DISTNAME= dtxsession-1.0 CATEGORIES= x11 @@ -23,8 +23,10 @@ NO_MTREE= YES CONFIG_DIR= ${PREFIX}/config do-install: + ${INSTALL_DATA_DIR} ${CONFIG_DIR}/C/Xresources.d ${INSTALL_DATA} ${FILESDIR}/Xresources.X11 ${CONFIG_DIR}/C/Xresources.d ${INSTALL_SCRIPT} ${FILESDIR}/Xsession.X11 ${CONFIG_DIR} + ${INSTALL_DATA_DIR} ${PREFIX}/appconfig/icons/C ${INSTALL_DATA} ${FILESDIR}/X11.?m ${PREFIX}/appconfig/icons/C .include "../../mk/bsd.pkg.mk" |