diff options
author | agc <agc> | 2002-06-30 16:18:31 +0000 |
---|---|---|
committer | agc <agc> | 2002-06-30 16:18:31 +0000 |
commit | 608b993c907bbdfd2280c56ea0947cde91cdcdc3 (patch) | |
tree | d4201c4510d359c14ba1565c00f1d121a2b1bc48 /sysutils/rox | |
parent | 86b6609224f4b437da064f5c5d196dcab67a4a52 (diff) | |
download | pkgsrc-608b993c907bbdfd2280c56ea0947cde91cdcdc3.tar.gz |
Also explicitly create the ${PREFIX}/libexec/rox directory
Diffstat (limited to 'sysutils/rox')
-rw-r--r-- | sysutils/rox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/rox/Makefile b/sysutils/rox/Makefile index f8b26bc9abe..4b593f656bb 100644 --- a/sysutils/rox/Makefile +++ b/sysutils/rox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/06/29 12:51:32 agc Exp $ +# $NetBSD: Makefile,v 1.6 2002/06/30 16:18:31 agc Exp $ # DISTNAME= rox-1.2.0 @@ -33,6 +33,7 @@ pre-install: ${RM} -rf ${WRKSRC} do-install: + ${INSTALL_PROGRAM_DIR} ${PREFIX}/libexec/rox ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/src/ROX-Filer \ ${PREFIX}/libexec/rox ${INSTALL_DATA_DIR} ${PREFIX}/share/rox/ROX-Filer |