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/compat4x | |
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/compat4x')
-rw-r--r-- | misc/compat4x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile index e5ab458ba8ac..1b688dec5072 100644 --- a/misc/compat4x/Makefile +++ b/misc/compat4x/Makefile @@ -65,7 +65,7 @@ do-build: ) > ${WRKDIR}/000.${PORTNAME}.sh do-install: - ${MKDIR} ${TARGET_DIR} + ${MKDIR} ${TARGET_DIR} ${PREFIX}/etc/rc.d ${INSTALL_DATA} ${WRKSRC}/* ${TARGET_DIR}/ .if ${OSVERSION} >= 500000 ${LN} -sf ${TARGET_DIR}/libc_r.so.4.compat4x ${TARGET_DIR}/libc_r.so.4 |