diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2001-08-24 14:55:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2001-08-24 14:55:36 +0000 |
commit | eab7ae49bfb4ebf04569476bb4b9234499678d5e (patch) | |
tree | c8a8005c003d8e8b5bf73c46c6612224c1cf00e2 /misc/compat22 | |
parent | 30741865135ed58e2da6db229d8997dcfefdd32e (diff) | |
download | ports-eab7ae49bfb4ebf04569476bb4b9234499678d5e.tar.gz ports-eab7ae49bfb4ebf04569476bb4b9234499678d5e.zip |
Create target directories before installation.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=46794
Diffstat (limited to 'misc/compat22')
-rw-r--r-- | misc/compat22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/compat22/Makefile b/misc/compat22/Makefile index 4b6b5d14134a..02f4fa74aa52 100644 --- a/misc/compat22/Makefile +++ b/misc/compat22/Makefile @@ -44,7 +44,7 @@ do-build: ) > ${WRKDIR}/000.${PORTNAME}.sh do-install: - ${MKDIR} ${TARGET_DIR} + ${MKDIR} ${TARGET_DIR} ${PREFIX}/libexec ${PREFIX}/etc/rc.d ${INSTALL_DATA} ${WRKSRC}/* ${TARGET_DIR}/ ${INSTALL_DATA} ${WRKDIR}/usr/libexec/ld.so ${PREFIX}/libexec/ ${INSTALL_SCRIPT} ${WRKDIR}/000.${PORTNAME}.sh ${PREFIX}/etc/rc.d/ |